diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-19 12:42:27 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-19 12:42:27 +0000 |
commit | 4e5c8d9ee0e881cd68c9232fcb1ce5b0b17726c2 (patch) | |
tree | dc8dee8930666ee62cb576c6efa9421657ffe762 /codemaker | |
parent | d1777ab3a7b6711a995ae25a78f9e4e665f1d9dd (diff) |
INTEGRATION: CWS sb49 (1.10.2); FILE MERGED
2006/03/23 16:40:43 sb 1.10.2.2: #i63543# Removed dumpAmbiguousBaseInterfaces, as it is known to not work, and probably got committed by mistake.
2006/03/23 14:50:27 sb 1.10.2.1: #i63379# Dropped spurious qualification from member declaration (patch provided by maho).
Diffstat (limited to 'codemaker')
-rw-r--r-- | codemaker/source/cppumaker/cpputype.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/codemaker/source/cppumaker/cpputype.hxx b/codemaker/source/cppumaker/cpputype.hxx index 2b7be1d204a5..4447cca8f35c 100644 --- a/codemaker/source/cppumaker/cpputype.hxx +++ b/codemaker/source/cppumaker/cpputype.hxx @@ -4,9 +4,9 @@ * * $RCSfile: cpputype.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: vg $ $Date: 2006-03-15 09:14:04 $ + * last change: $Author: hr $ $Date: 2006-04-19 13:42:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -190,8 +190,6 @@ public: sal_Bool dumpHFile(FileStream& o, codemaker::cppumaker::Includes & includes) throw( CannotDumpException ); sal_Bool dumpHxxFile(FileStream& o, codemaker::cppumaker::Includes & includes) throw( CannotDumpException ); - void InterfaceType::dumpAmbiguousBaseInterfaces(FileStream& o); - void dumpAttributes(FileStream& o); void dumpMethods(FileStream& o); void dumpNormalGetCppuType(FileStream& o); |