diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-01-18 13:18:59 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-01-18 13:18:59 +0000 |
commit | 71d0b29433ac28f9d4a66a7433132ade62d964f4 (patch) | |
tree | 2c81869d52d26ac75d8a0ea8f3e1e8b4a09b838a | |
parent | 3bde87880a31ba66af626d405e913d6168f6949c (diff) |
INTEGRATION: CWS pj71 (1.2.12); FILE MERGED
2007/01/10 09:37:47 pjanik 1.2.12.1: #i73295#: Remove extra qualification. Patch from Maho.
-rw-r--r-- | basctl/source/inc/localizationmgr.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/basctl/source/inc/localizationmgr.hxx b/basctl/source/inc/localizationmgr.hxx index e3246ca93812..2659841f3189 100644 --- a/basctl/source/inc/localizationmgr.hxx +++ b/basctl/source/inc/localizationmgr.hxx @@ -4,9 +4,9 @@ * * $RCSfile: localizationmgr.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2007-01-02 15:52:27 $ + * last change: $Author: vg $ $Date: 2007-01-18 14:18:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -70,11 +70,11 @@ class LocalizationMgr ::com::sun::star::uno::Reference< ::com::sun::star::resource::XStringResourceManager > xStringResourceManager, HandleResourceMode eMode ); - void LocalizationMgr::enableResourceForAllLibraryDialogs( void ) + void enableResourceForAllLibraryDialogs( void ) { implEnableDisableResourceForAllLibraryDialogs( SET_IDS ); } - void LocalizationMgr::disableResourceForAllLibraryDialogs( void ) + void disableResourceForAllLibraryDialogs( void ) { implEnableDisableResourceForAllLibraryDialogs( RESET_IDS ); } |