summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviews9.cxx
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-10-09 17:32:40 +0100
committerMichael Meeks <michael.meeks@collabora.com>2014-10-09 17:44:58 +0100
commit1958ca235be05912497747b9916f22258f5716d4 (patch)
tree776dd6fe250a3abec72e59f7b7399ce3fee01f13 /sd/source/ui/view/drviews9.cxx
parentc78d5fae8111aec075b9336dc2324b0747e598ab (diff)
German comment translation.
Change-Id: I479da454235a7cfc084ae1517ab9ffa07580ab0c
Diffstat (limited to 'sd/source/ui/view/drviews9.cxx')
-rw-r--r--sd/source/ui/view/drviews9.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/source/ui/view/drviews9.cxx b/sd/source/ui/view/drviews9.cxx
index 5049e21b4384..f41a51a5faa5 100644
--- a/sd/source/ui/view/drviews9.cxx
+++ b/sd/source/ui/view/drviews9.cxx
@@ -96,8 +96,7 @@ void DrawViewShell::ExecGallery(SfxRequest& rReq)
aPageSize.Width() -= pPage->GetLftBorder() + pPage->GetRgtBorder();
aPageSize.Height() -= pPage->GetUppBorder() + pPage->GetLwrBorder();
- // Falls Grafik zu gross, wird die Grafik
- // in die Seite eingepasst
+ // If the image is too large we make it fit into the page
if ( ( ( aSize.Height() > aPageSize.Height() ) || ( aSize.Width() > aPageSize.Width() ) ) &&
aSize.Height() && aPageSize.Height() )
{