diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-11 22:51:42 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-11 22:51:53 +0100 |
commit | 0af31660ea3c0ae3e9566c88d707e82e93dbb4af (patch) | |
tree | 0505ed70d779aa07a4859c109566ce165f437413 /sd/source/ui/view/unmodpg.cxx | |
parent | 9d3df36463353bb8ec71cf35bd0bf5d79b5d3d66 (diff) |
sd: translate debug messages
Change-Id: I8a50173babdd441c8247867fce0fdfbedaf0bc02
Diffstat (limited to 'sd/source/ui/view/unmodpg.cxx')
-rw-r--r-- | sd/source/ui/view/unmodpg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/unmodpg.cxx b/sd/source/ui/view/unmodpg.cxx index 705bc27ff900..81a3f50e64c3 100644 --- a/sd/source/ui/view/unmodpg.cxx +++ b/sd/source/ui/view/unmodpg.cxx @@ -54,7 +54,7 @@ ModifyPageUndoAction::ModifyPageUndoAction( sal_Bool bTheNewBckgrndObjsVisible) : SdUndoAction(pTheDoc) { - DBG_ASSERT(pThePage, "Undo ohne Seite ???"); + DBG_ASSERT(pThePage, "Undo without a page???"); mpPage = pThePage; maNewName = aTheNewName; |