summaryrefslogtreecommitdiff
path: root/sd/source/ui/docshell
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-03-11 22:51:42 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-03-11 22:51:53 +0100
commit0af31660ea3c0ae3e9566c88d707e82e93dbb4af (patch)
tree0505ed70d779aa07a4859c109566ce165f437413 /sd/source/ui/docshell
parent9d3df36463353bb8ec71cf35bd0bf5d79b5d3d66 (diff)
sd: translate debug messages
Change-Id: I8a50173babdd441c8247867fce0fdfbedaf0bc02
Diffstat (limited to 'sd/source/ui/docshell')
-rw-r--r--sd/source/ui/docshell/docshel2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/docshell/docshel2.cxx b/sd/source/ui/docshell/docshel2.cxx
index f56c4a44a266..0295c2bce6d8 100644
--- a/sd/source/ui/docshell/docshel2.cxx
+++ b/sd/source/ui/docshell/docshel2.cxx
@@ -299,7 +299,7 @@ Bitmap DrawDocShell::GetPagePreviewBitmap(SdPage* pPage, sal_uInt16 nMaxEdgePixe
Bitmap aPreview( aVDev.GetBitmap( aNullPt, aVDev.GetOutputSizePixel() ) );
- DBG_ASSERT(!!aPreview, "Vorschau-Bitmap konnte nicht erzeugt werden");
+ DBG_ASSERT(!!aPreview, "Preview-Bitmap could not be generated");
return aPreview;
}