summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-11-03 10:08:08 +0000
committerPascal Junck <pjunck@openoffice.org>2004-11-03 10:08:08 +0000
commitfcdf39fa3a4560de0017e7daf00f69f90588358f (patch)
treefc0b59ff07a1ccde1fcb856aa1d42ec261481a17 /svx
parent2cb164a741dc6b4805947c280dd31eb92f523798 (diff)
INTEGRATION: CWS aw019 (1.11.396); FILE MERGED
2004/09/28 15:53:29 aw 1.11.396.1: #i11190#
Diffstat (limited to 'svx')
-rw-r--r--svx/source/unodraw/unopool.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/svx/source/unodraw/unopool.cxx b/svx/source/unodraw/unopool.cxx
index fc4925776cb1..2e72ef5f99ee 100644
--- a/svx/source/unodraw/unopool.cxx
+++ b/svx/source/unodraw/unopool.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unopool.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: hr $ $Date: 2004-02-02 18:53:03 $
+ * last change: $Author: pjunck $ $Date: 2004-11-03 11:08:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -143,7 +143,8 @@ SvxUnoDrawPool::~SvxUnoDrawPool() throw()
void SvxUnoDrawPool::init()
{
- mpDefaultsPool = new SdrItemPool(SDRATTR_START, SDRATTR_END );
+ mpDefaultsPool = new SdrItemPool();
+//BFS01 mpDefaultsPool = new SdrItemPool(SDRATTR_START, SDRATTR_END );
SfxItemPool* pOutlPool=EditEngine::CreatePool();
mpDefaultsPool->SetSecondaryPool(pOutlPool);