diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-01-19 17:35:18 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-01-19 17:35:18 +0000 |
commit | f177218306e3b32129d72b010e9aee01f1633246 (patch) | |
tree | 75faf642ef2b362a8077f915292d3de482871c83 /svtools | |
parent | a0e4ee2182a0540d87e65b3c04c1e13971984d3e (diff) |
INTEGRATION: CWS gcc41 (1.10.116); FILE MERGED
2005/12/07 14:17:19 pmladek 1.10.116.1: #i58967#
Removed extra qualification to fix build with gcc-4.1
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/uno/unoimap.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/uno/unoimap.cxx b/svtools/source/uno/unoimap.cxx index 02e66eeec5c7..3965db0fee0c 100644 --- a/svtools/source/uno/unoimap.cxx +++ b/svtools/source/uno/unoimap.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unoimap.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:56:47 $ + * last change: $Author: obo $ $Date: 2006-01-19 18:35:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -172,7 +172,7 @@ public: virtual Sequence< OUString > SAL_CALL getSupportedServiceNames( ) throw( RuntimeException ); private: - static PropertySetInfo* SvUnoImageMapObject::createPropertySetInfo( UINT16 nType ); + static PropertySetInfo* createPropertySetInfo( UINT16 nType ); UINT16 mnType; |