summaryrefslogtreecommitdiff
path: root/codemaker
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2001-03-08 13:04:42 +0000
committerJuergen Schmidt <jsc@openoffice.org>2001-03-08 13:04:42 +0000
commit7db0f9fa2fd8d84fbb20c50f43b7d40ff4d460a1 (patch)
tree14c40c7be790ef0cdbd864013e7005cd815427df /codemaker
parent180ed524e42e2e22b7fec69713f2ee5685f3f12d (diff)
new method isBaseType
Diffstat (limited to 'codemaker')
-rw-r--r--codemaker/inc/codemaker/typemanager.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/codemaker/inc/codemaker/typemanager.hxx b/codemaker/inc/codemaker/typemanager.hxx
index ff7f788c5..b8adcc9a2 100644
--- a/codemaker/inc/codemaker/typemanager.hxx
+++ b/codemaker/inc/codemaker/typemanager.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: typemanager.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 15:25:26 $
+ * last change: $Author: jsc $ $Date: 2001-03-08 14:04:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -141,6 +141,7 @@ public:
virtual sal_Int32 getSize() { return 0; }
+ static sal_Bool isBaseType(const ::rtl::OString& name);
protected:
sal_Int32 acquire();
sal_Int32 release();