summaryrefslogtreecommitdiff
path: root/sd/source/ui/docshell
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2017-07-02 14:24:27 +0200
committerMichael Stahl <mstahl@redhat.com>2017-07-03 11:48:18 +0200
commite8c7a49c49cfde6e22cb5fea0d07e68409de61af (patch)
tree288ca4fac4625e49f9d79cd52d45b29649c186f0 /sd/source/ui/docshell
parenta029fd42907bf617a26cdfe4278b191b0a34de8b (diff)
Translate German comments and debug strings (leftovers in dirs scaddins to sd)
Translates leftovers found using a custom regex and manually checking the rest of the affected file. Additionally: - A few spelling fixes Change-Id: If54a0ecc58a429ee1c63abd43411c50304dab176 Reviewed-on: https://gerrit.libreoffice.org/39450 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sd/source/ui/docshell')
-rw-r--r--sd/source/ui/docshell/docshell.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/docshell/docshell.cxx b/sd/source/ui/docshell/docshell.cxx
index 1ae312469225..e0e7791da206 100644
--- a/sd/source/ui/docshell/docshell.cxx
+++ b/sd/source/ui/docshell/docshell.cxx
@@ -100,7 +100,7 @@ SFX_IMPL_OBJECTFACTORY(
void DrawDocShell::Construct( bool bClipboard )
{
mbInDestruction = false;
- SetSlotFilter(); // setzt Filter zurueck
+ SetSlotFilter(); // resets the filter
mbOwnDocument = mpDoc == nullptr;
if( mbOwnDocument )