diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-07-31 12:48:15 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-07-31 12:48:15 +0000 |
commit | 9b1073d837ecacf2f8892a8909613108702f25e2 (patch) | |
tree | c4f7c8d2854a1475e3b9f0572fd72957fc88cc4e /codemaker/source/cppumaker | |
parent | 3d21ffd5ce65e0de9938d0004ee6aa4a70d89222 (diff) |
INTEGRATION: CWS jsc18 (1.12.32); FILE MERGED
2007/07/19 11:48:59 jsc 1.12.32.1: #i76838# use cppu::UnoType<...>::get() instead of getCppuType in cppu_detail_getUnoType
Diffstat (limited to 'codemaker/source/cppumaker')
-rw-r--r-- | codemaker/source/cppumaker/cpputype.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/codemaker/source/cppumaker/cpputype.hxx b/codemaker/source/cppumaker/cpputype.hxx index 4e23db789d7c..1b2f8401ffb2 100644 --- a/codemaker/source/cppumaker/cpputype.hxx +++ b/codemaker/source/cppumaker/cpputype.hxx @@ -4,9 +4,9 @@ * * $RCSfile: cpputype.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: hr $ $Date: 2006-06-20 02:24:11 $ + * last change: $Author: hr $ $Date: 2007-07-31 13:48:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -103,8 +103,8 @@ public: virtual void dumpNormalGetCppuType(FileStream& o); virtual void dumpComprehensiveGetCppuType(FileStream& o); - virtual void dumpType(FileStream& o, const ::rtl::OString& type, sal_Bool bConst=sal_False, - sal_Bool bRef=sal_False, sal_Bool bNative=sal_False) + virtual void dumpType(FileStream& o, const ::rtl::OString& type, bool bConst=false, + bool bRef=false, bool bNative=false, bool cppuUnoType=false) const throw( CannotDumpException ); ::rtl::OString getTypeClass(const ::rtl::OString& type="", sal_Bool bCStyle=sal_False); void dumpCppuGetType(FileStream& o, const ::rtl::OString& type, sal_Bool bDecl=sal_False, CppuTypeDecl eDeclFlag=CPPUTYPEDECL_ALLTYPES); |