summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/confuno.cxx
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2017-04-05 01:32:18 +0000
committerMichael Stahl <mstahl@redhat.com>2017-04-05 10:17:33 +0000
commita4712a3251dfa4122d039595bd897bd06e255f03 (patch)
treeec4a0ddd7cd5e0edad77413f799f1f729ded7bed /sc/source/ui/unoobj/confuno.cxx
parent5a7a23539c072b18059714e12c1d3fd8af7e7200 (diff)
tdf#39468 Translate German comments
Translate German comments and terms in sc/source/core and sc/source/ui Change-Id: I214565e73893688963d99c0f0ddfc356b5ad63be Reviewed-on: https://gerrit.libreoffice.org/36107 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sc/source/ui/unoobj/confuno.cxx')
-rw-r--r--sc/source/ui/unoobj/confuno.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/unoobj/confuno.cxx b/sc/source/ui/unoobj/confuno.cxx
index 2918c8601d83..d69751056a65 100644
--- a/sc/source/ui/unoobj/confuno.cxx
+++ b/sc/source/ui/unoobj/confuno.cxx
@@ -100,11 +100,11 @@ ScDocumentConfiguration::~ScDocumentConfiguration()
void ScDocumentConfiguration::Notify( SfxBroadcaster&, const SfxHint& rHint )
{
- // Referenz-Update interessiert hier nicht
+ // reference update does not matter here
if ( rHint.GetId() == SfxHintId::Dying )
{
- pDocShell = nullptr; // ungueltig geworden
+ pDocShell = nullptr;
}
}