summaryrefslogtreecommitdiff
path: root/framework/inc/uielement/uicommanddescription.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-01 18:31:46 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-01 18:31:46 +0000
commit589dd7e85e5eac3a9e417ee61d90a2ec9b7538c5 (patch)
treea484a5159852d758d862c68585314b401d965739 /framework/inc/uielement/uicommanddescription.hxx
parent5226e41724f546b96944731e24ce9f0c0aacfc98 (diff)
INTEGRATION: CWS removedrafts (1.3.156); FILE MERGED
2005/02/17 12:45:56 cd 1.3.156.1: #i42557# move UNOIDL types from drafts to com
Diffstat (limited to 'framework/inc/uielement/uicommanddescription.hxx')
-rw-r--r--framework/inc/uielement/uicommanddescription.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/framework/inc/uielement/uicommanddescription.hxx b/framework/inc/uielement/uicommanddescription.hxx
index 4be397b7eaba..e0e0c8e7f58d 100644
--- a/framework/inc/uielement/uicommanddescription.hxx
+++ b/framework/inc/uielement/uicommanddescription.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: uicommanddescription.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2004-07-06 16:54:01 $
+ * last change: $Author: kz $ $Date: 2005-03-01 19:31:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -113,8 +113,8 @@
#include <com/sun/star/container/XNameAccess.hpp>
#endif
-#ifndef _DRAFTS_COM_SUN_STAR_FRAME_XMODULEMANAGER_HPP_
-#include <drafts/com/sun/star/frame/XModuleManager.hpp>
+#ifndef _COM_SUN_STAR_FRAME_XMODULEMANAGER_HPP_
+#include <com/sun/star/frame/XModuleManager.hpp>
#endif
//_________________________________________________________________________________________________________________
@@ -181,7 +181,7 @@ class UICommandDescription : public com::sun::star::lang::XTypeProvider ,
ModuleToCommandFileMap m_aModuleToCommandFileMap;
UICommandsHashMap m_aUICommandsHashMap;
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > m_xGenericUICommands;
- ::com::sun::star::uno::Reference< ::drafts::com::sun::star::frame::XModuleManager > m_xModuleManager;
+ ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModuleManager > m_xModuleManager;
};
} // namespace framework