summaryrefslogtreecommitdiff
path: root/embedserv/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-01 18:53:41 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-01 18:53:41 +0000
commitb81e1ced21f6438f493385747aaede5212f3720e (patch)
treeeb16b1fa0e927a58de77fcc2382d995d434dde7b /embedserv/source
parent886288a4da4edce6b225390afe53ddec5b3d5e4c (diff)
INTEGRATION: CWS removedrafts (1.16.8); FILE MERGED
2005/02/17 12:41:54 cd 1.16.8.1: #i42557# move UNOIDL types from drafts to com
Diffstat (limited to 'embedserv/source')
-rw-r--r--embedserv/source/embed/docholder.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/embedserv/source/embed/docholder.cxx b/embedserv/source/embed/docholder.cxx
index 6c87f0c8f570..74c85ef38a80 100644
--- a/embedserv/source/embed/docholder.cxx
+++ b/embedserv/source/embed/docholder.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docholder.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: kz $ $Date: 2004-10-04 20:00:38 $
+ * last change: $Author: kz $ $Date: 2005-03-01 19:53:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,8 +84,8 @@
#ifndef _COM_SUN_STAR_AWT_XSYSTEMDEPENDENTMENUPEER_HPP_
#include <com/sun/star/awt/XSystemDependentMenuPeer.hpp>
#endif
-#ifndef _DRAFTS_COM_SUN_STAR_UI_XUIELEMENT_HPP_
-#include <drafts/com/sun/star/ui/XUIElement.hpp>
+#ifndef _COM_SUN_STAR_UI_XUIELEMENT_HPP_
+#include <com/sun/star/ui/XUIElement.hpp>
#endif
#ifndef _COM_SUN_STAR_AWT_WINDOWATTRIBUTE_HPP_
#include <com/sun/star/awt/WindowAttribute.hpp>
@@ -518,7 +518,7 @@ HRESULT DocumentHolder::InPlaceActivate(
// determine the menuhandle to get menutitems.
if(m_xLayoutManager.is()) {
- uno::Reference<drafts::com::sun::star::ui::XUIElement> xUIEl(
+ uno::Reference<::com::sun::star::ui::XUIElement> xUIEl(
m_xLayoutManager->getElement(
rtl::OUString::createFromAscii(
"private:resource/menubar/menubar")));