summaryrefslogtreecommitdiff
path: root/svx/source/outliner/outlin2.cxx
diff options
context:
space:
mode:
authorThorsten Behrens <thb@openoffice.org>2001-07-17 06:04:31 +0000
committerThorsten Behrens <thb@openoffice.org>2001-07-17 06:04:31 +0000
commitae327ba65f6065d75cf6ff3a3749ffede365e606 (patch)
tree847caf3dad01c895042c31856725a10ef7921a72 /svx/source/outliner/outlin2.cxx
parent84a9f01a02642335d2dcbf261e1ae3a0ddb08003 (diff)
#87913# removed undo functionality for SVX_LIGHT
Diffstat (limited to 'svx/source/outliner/outlin2.cxx')
-rw-r--r--svx/source/outliner/outlin2.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/source/outliner/outlin2.cxx b/svx/source/outliner/outlin2.cxx
index b71eb9dc4d4b..bba85aa414d5 100644
--- a/svx/source/outliner/outlin2.cxx
+++ b/svx/source/outliner/outlin2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: outlin2.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: mt $ $Date: 2001-06-22 10:56:51 $
+ * last change: $Author: thb $ $Date: 2001-07-17 07:04:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -400,8 +400,10 @@ void Outliner::UndoActionEnd( USHORT nId )
void Outliner::InsertUndo( EditUndo* pUndo )
{
+#ifndef SVX_LIGHT
DBG_CHKTHIS(Outliner,0);
pEditEngine->GetUndoManager().AddUndoAction( pUndo, FALSE );
+#endif
}
BOOL Outliner::IsInUndo()