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/unoidl/unopage.cxx | |
parent | 9d3df36463353bb8ec71cf35bd0bf5d79b5d3d66 (diff) |
sd: translate debug messages
Change-Id: I8a50173babdd441c8247867fce0fdfbedaf0bc02
Diffstat (limited to 'sd/source/ui/unoidl/unopage.cxx')
-rw-r--r-- | sd/source/ui/unoidl/unopage.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/unoidl/unopage.cxx b/sd/source/ui/unoidl/unopage.cxx index e769a1b7ccca..d1eac4a138d1 100644 --- a/sd/source/ui/unoidl/unopage.cxx +++ b/sd/source/ui/unoidl/unopage.cxx @@ -1,4 +1,4 @@ - /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * @@ -1542,7 +1542,7 @@ Reference< drawing::XShape > SAL_CALL SdGenericDrawPage::combine( const Referenc throwIfDisposed(); - DBG_ASSERT(SvxFmDrawPage::mpPage,"SdrPage ist NULL! [CL]"); + DBG_ASSERT(SvxFmDrawPage::mpPage,"SdrPage is NULL! [CL]"); DBG_ASSERT(mpView, "SdrView ist NULL! [CL]"); Reference< drawing::XShape > xShape; |