summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-09-20 09:04:06 +0000
committerRüdiger Timm <rt@openoffice.org>2004-09-20 09:04:06 +0000
commit890f20eb5750661c2e36e4f4ef25f65e1281cae9 (patch)
tree043a963227a316510b1dcf97ecb80ea5c280961d /framework
parentc481b9a6f53f74eb2d1159de8a13ca581a6d5b38 (diff)
INTEGRATION: CWS keyconfig01 (1.2.36); FILE MERGED
2004/07/08 06:45:40 as 1.2.36.1: #i29863# support localized UI config, support new UI directory structure, adopt converter tool to support accelerators
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/uiconfiguration/moduleuicfgsupplier.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/inc/uiconfiguration/moduleuicfgsupplier.hxx b/framework/inc/uiconfiguration/moduleuicfgsupplier.hxx
index a7d457667131..1a5d75ab771b 100644
--- a/framework/inc/uiconfiguration/moduleuicfgsupplier.hxx
+++ b/framework/inc/uiconfiguration/moduleuicfgsupplier.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: moduleuicfgsupplier.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2004-02-25 17:35:53 $
+ * last change: $Author: rt $ $Date: 2004-09-20 10:04:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -184,12 +184,12 @@ namespace framework
private:
typedef ::std::hash_map< rtl::OUString, com::sun::star::uno::Reference< drafts::com::sun::star::ui::XUIConfigurationManager >, OUStringHashCode, ::std::equal_to< rtl::OUString > > ModuleToModuleCfgMgr;
- void impl_initStorages();
+//TODO_AS void impl_initStorages();
// private methods
ModuleToModuleCfgMgr m_aModuleToModuleUICfgMgrMap;
bool m_bDisposed;
- bool m_bInit;
+// TODO_AS bool m_bInit;
rtl::OUString m_aDefaultConfigURL;
rtl::OUString m_aUserConfigURL;
com::sun::star::uno::Reference< com::sun::star::embed::XStorage > m_xDefaultCfgRootStorage;