diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2001-03-08 13:04:42 +0000 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2001-03-08 13:04:42 +0000 |
commit | dcae191e61b034586a28138e1dcefc59562def16 (patch) | |
tree | 461edb37f8bfe43606da856d9a221d0c5ae90df4 /codemaker/inc | |
parent | e442fb0870a3662a15e18af51b38d26627fb0244 (diff) |
new method isBaseType
Diffstat (limited to 'codemaker/inc')
-rw-r--r-- | codemaker/inc/codemaker/typemanager.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/codemaker/inc/codemaker/typemanager.hxx b/codemaker/inc/codemaker/typemanager.hxx index 593e432c8ae9..9ccca7feb1dc 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(); |