summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdoutl.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 22:26:31 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 22:26:31 +0000
commit7212431bf21213246296c957a373002345665e1b (patch)
tree243cf79fea6de1ab23058d358dd8730b04f107e1 /svx/source/svdraw/svdoutl.cxx
parenta1ab12488a19711c6be01cd56c9b2a5d97e49d5b (diff)
INTEGRATION: CWS aw033 (1.10.68); FILE MERGED
2008/06/25 12:57:20 aw 1.10.68.3: RESYNC: (1.11-1.12); FILE MERGED 2008/05/14 14:05:16 aw 1.10.68.2: RESYNC: (1.10-1.11); FILE MERGED 2008/02/07 14:14:56 aw 1.10.68.1: stable version from working GIT repository for unxlngi6 build
Diffstat (limited to 'svx/source/svdraw/svdoutl.cxx')
-rw-r--r--svx/source/svdraw/svdoutl.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdoutl.cxx b/svx/source/svdraw/svdoutl.cxx
index 6d851a6bf27a..fe9b89fa4295 100644
--- a/svx/source/svdraw/svdoutl.cxx
+++ b/svx/source/svdraw/svdoutl.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: svdoutl.cxx,v $
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
* This file is part of OpenOffice.org.
*
@@ -46,7 +46,8 @@ DBG_NAME(SdrOutliner)
\************************************************************************/
SdrOutliner::SdrOutliner( SfxItemPool* pItemPool, USHORT nMode )
: Outliner( pItemPool, nMode ),
- mpPaintInfoRec( NULL )
+ //mpPaintInfoRec( NULL )
+ mpVisualizedPage(0)
{
DBG_CTOR(SdrOutliner,NULL);
}