summaryrefslogtreecommitdiff
path: root/framework/source/helper/persistentwindowstate.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-01 18:36:01 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-01 18:36:01 +0000
commit3bba839cbea1220f3e806bff383302cf9cd5a0fd (patch)
tree425f164981f50b5c1de258db26c8743bf5ca7d7b /framework/source/helper/persistentwindowstate.cxx
parent5492c759f4913a86dda0ea66088e15d53474f82d (diff)
INTEGRATION: CWS removedrafts (1.7.58); FILE MERGED
2005/02/17 12:47:39 cd 1.7.58.1: #i42557# move UNOIDL types from drafts to com
Diffstat (limited to 'framework/source/helper/persistentwindowstate.cxx')
-rw-r--r--framework/source/helper/persistentwindowstate.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/framework/source/helper/persistentwindowstate.cxx b/framework/source/helper/persistentwindowstate.cxx
index 8395ecf83d..826b75ce10 100644
--- a/framework/source/helper/persistentwindowstate.cxx
+++ b/framework/source/helper/persistentwindowstate.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: persistentwindowstate.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: kz $ $Date: 2004-12-03 14:04:39 $
+ * last change: $Author: kz $ $Date: 2005-03-01 19:36:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,8 +103,8 @@
#include <com/sun/star/lang/IllegalArgumentException.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
//_________________________________________________________________________________________________________________
@@ -277,7 +277,7 @@ void SAL_CALL PersistentWindowState::disposing(const css::lang::EventObject& aEv
{
::rtl::OUString sModuleName;
- css::uno::Reference< dcss::frame::XModuleManager > xModuleManager(
+ css::uno::Reference< css::frame::XModuleManager > xModuleManager(
xSMGR->createInstance(SERVICENAME_MODULEMANAGER),
css::uno::UNO_QUERY_THROW);