diff options
author | Malte Timmermann <mt@openoffice.org> | 2001-08-17 10:31:28 +0000 |
---|---|---|
committer | Malte Timmermann <mt@openoffice.org> | 2001-08-17 10:31:28 +0000 |
commit | bd3aa2a41cc2bfbfef8708fa0258e66995827bf1 (patch) | |
tree | 6f72f58ef2a7617cee408f3ff9198763b84d5e23 /svx | |
parent | 3eb30f06d8d72c8c7df3f73782e626702c73c052 (diff) |
#90984# Outliner-D&D and MoveParagraphs done from EditEngine, removed old Uno-Ids and resources
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/outliner/outleeng.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/svx/source/outliner/outleeng.cxx b/svx/source/outliner/outleeng.cxx index 0dbc9c7a4e2f..613b8b1de6b1 100644 --- a/svx/source/outliner/outleeng.cxx +++ b/svx/source/outliner/outleeng.cxx @@ -2,9 +2,9 @@ * * $RCSfile: outleeng.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:01:23 $ + * last change: $Author: mt $ $Date: 2001-08-17 11:31:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -141,9 +141,6 @@ XubString OutlinerEditEng::GetUndoComment( USHORT nUndoId ) const case OLUNDO_DEPTH: return XubString( EditResId( RID_OUTLUNDO_DEPTH )); - case OLUNDO_HEIGHT: - return XubString( EditResId(RID_OUTLUNDO_HEIGHT )); - case OLUNDO_EXPAND: return XubString( EditResId( RID_OUTLUNDO_EXPAND )); |