summaryrefslogtreecommitdiff
path: root/sfx2/source/control/msgpool.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-26 09:09:11 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-26 09:09:11 +0000
commit93459efc123d8d0a98ceb06375a5a6c67557b587 (patch)
tree4d807b67a74046cc231d1deb55a40d49993ac622 /sfx2/source/control/msgpool.cxx
parent7106e04be6d804bc73fdbcd4879eb3e27e8cc581 (diff)
INTEGRATION: CWS residcleanup (1.10.156); FILE MERGED
2007/02/20 16:12:51 pl 1.10.156.1: #i74635# get rid of global ResMgr
Diffstat (limited to 'sfx2/source/control/msgpool.cxx')
-rw-r--r--sfx2/source/control/msgpool.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/control/msgpool.cxx b/sfx2/source/control/msgpool.cxx
index 6d3a6e6147d6..ba39d51dce0d 100644
--- a/sfx2/source/control/msgpool.cxx
+++ b/sfx2/source/control/msgpool.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: msgpool.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 16:27:31 $
+ * last change: $Author: rt $ $Date: 2007-04-26 10:09:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -98,7 +98,7 @@ SfxSlotPool::SfxSlotPool( SfxSlotPool *pParent, ResMgr* pResManager )
, _pUnoSlots( 0 )
{
if ( !_pResMgr )
- _pResMgr = Resource::GetResManager();
+ _pResMgr = SfxApplication::GetOrCreate()->GetOffResManager_Impl();
}
//====================================================================