diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-03-01 18:36:01 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-03-01 18:36:01 +0000 |
commit | 8e51671d446ecb0f1462bab230b79f03da0f84c3 (patch) | |
tree | 37f5b98d9aeb1c97e602eb99f294b2c4856124cf /framework | |
parent | f9d279501b08df9d1dbd5a8422b4754514ebe3af (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')
-rw-r--r-- | framework/source/helper/persistentwindowstate.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/framework/source/helper/persistentwindowstate.cxx b/framework/source/helper/persistentwindowstate.cxx index 8b008aceb41d..b368541ef03a 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); |