summaryrefslogtreecommitdiff
path: root/sd/source/core
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2011-02-07 18:01:48 +0100
committerMikhail Voytenko <mav@openoffice.org>2011-02-07 18:01:48 +0100
commit5f549ccb1c3d111317da4eaf943bdf9218d77766 (patch)
tree1ef6db716ee32eef3695d1ddf36156a67813c959 /sd/source/core
parentdde0ca60a7619e03c7ed5a4ddacfb048dd159ab7 (diff)
removetooltypes01: #i112600# adjust rebase in chart2, starmath, sc, sd
Diffstat (limited to 'sd/source/core')
-rwxr-xr-xsd/source/core/undo/undomanager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/core/undo/undomanager.cxx b/sd/source/core/undo/undomanager.cxx
index 37f4ebe75dfa..0fa1dce5a0d1 100755
--- a/sd/source/core/undo/undomanager.cxx
+++ b/sd/source/core/undo/undomanager.cxx
@@ -47,7 +47,7 @@ void UndoManager::EnterListAction(const UniString &rComment, const UniString& rR
}
}
-void UndoManager::AddUndoAction( SfxUndoAction *pAction, sal_Bool bTryMerg /* = FALSE */ )
+void UndoManager::AddUndoAction( SfxUndoAction *pAction, sal_Bool bTryMerg /* = sal_False */ )
{
if( !IsDoing() )
{