summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo/undoolk.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/undo/undoolk.cxx')
-rw-r--r--sc/source/ui/undo/undoolk.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/undo/undoolk.cxx b/sc/source/ui/undo/undoolk.cxx
index bfb1e0a27cc6..31c96cb0b061 100644
--- a/sc/source/ui/undo/undoolk.cxx
+++ b/sc/source/ui/undo/undoolk.cxx
@@ -58,7 +58,7 @@ void DoSdrUndoAction( SdrUndoAction* pUndoAction, ScDocument* pDoc )
pUndoAction->Undo();
else
{
- // #125875# if no drawing layer existed when the action was created,
+ // if no drawing layer existed when the action was created,
// but it was created after that, there is no draw undo action,
// and after undo there might be a drawing layer with a wrong page count.
// The drawing layer must have been empty in that case, so any missing
@@ -81,7 +81,7 @@ void DoSdrUndoAction( SdrUndoAction* pUndoAction, ScDocument* pDoc )
void RedoSdrUndoAction( SdrUndoAction* pUndoAction )
{
- // #125875# DoSdrUndoAction/RedoSdrUndoAction is called even if the pointer is null
+ // DoSdrUndoAction/RedoSdrUndoAction is called even if the pointer is null
if ( pUndoAction )
pUndoAction->Redo();