summaryrefslogtreecommitdiff
path: root/sfx2/source/config
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2002-06-19 16:13:20 +0000
committerMathias Bauer <mba@openoffice.org>2002-06-19 16:13:20 +0000
commit69080a1c29fd4a3efae6ca5c8da93cd2a0ea2ee1 (patch)
tree6cb87044ebf79ec1987d70d03ae6b44c15f29240 /sfx2/source/config
parent90f7c0345d83397f043183ae1eb28c41f7011241 (diff)
#100496#: DocEventConfig does not have a Configmanager
Diffstat (limited to 'sfx2/source/config')
-rw-r--r--sfx2/source/config/evntconf.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/config/evntconf.cxx b/sfx2/source/config/evntconf.cxx
index 931bb2ca4c..9a2e6050ef 100644
--- a/sfx2/source/config/evntconf.cxx
+++ b/sfx2/source/config/evntconf.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: evntconf.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: mba $ $Date: 2002-03-11 17:53:29 $
+ * last change: $Author: mba $ $Date: 2002-06-19 17:13:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -536,7 +536,7 @@ int SfxEventConfigItem_Impl::Load(SvStream& rStream)
for (i=0; i<nCount; i++)
{
USHORT nId;
- SfxMacroInfo aInfo( GetConfigManager()->GetObjectShell() );
+ SfxMacroInfo aInfo( pObjShell );
rStream >> nId >> aInfo;
for (USHORT n=0; n<nEventCount; n++)