summaryrefslogtreecommitdiff
path: root/svx/source/outliner/outliner.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2002-05-28 14:14:18 +0000
committerVladimir Glazounov <vg@openoffice.org>2002-05-28 14:14:18 +0000
commitdca205bee079613b5797f12a0af8daecbeaa2894 (patch)
treec50a76463b1f8c7b141301861709be03b08b175c /svx/source/outliner/outliner.cxx
parentc94d3532a920e00d6661e7d3d66f8524481376a2 (diff)
#65293# MT: Typedef for solaris compiler
Diffstat (limited to 'svx/source/outliner/outliner.cxx')
-rw-r--r--svx/source/outliner/outliner.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/outliner/outliner.cxx b/svx/source/outliner/outliner.cxx
index 0a1c46e0d6..55487e2298 100644
--- a/svx/source/outliner/outliner.cxx
+++ b/svx/source/outliner/outliner.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: outliner.cxx,v $
*
- * $Revision: 1.42 $
+ * $Revision: 1.43 $
*
- * last change: $Author: mt $ $Date: 2002-05-27 14:37:36 $
+ * last change: $Author: vg $ $Date: 2002-05-28 15:14:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2195,7 +2195,7 @@ void Outliner::SetLevelDependendStyleSheet( USHORT nPara )
pEditEngine->SetParaAttribs( nPara, aOldAttrs );
}
-SV_IMPL_PTRARR( NotifyList, EENotify* );
+SV_IMPL_PTRARR( NotifyList, EENotifyPtr );
void Outliner::ImplBlockInsertionCallbacks( BOOL b )
{