summaryrefslogtreecommitdiff
path: root/svl/source/notify
diff options
context:
space:
mode:
authorPhilipp Weissenbacher <p.weissenbacher@gmail.com>2014-07-25 15:41:58 +0200
committerEike Rathke <erack@redhat.com>2014-07-25 17:10:49 +0000
commita120f1da67083a5d95b304833996b06c1a737f13 (patch)
tree165298ab9d5732595d1f99cb35068b083ed4c19e /svl/source/notify
parent8a690c88a92c7e92c702cedf96851ae1eb929379 (diff)
fdo#39468 Make svl/ German comment clean
I went through all files manually and checked with the tool. Change-Id: I2eba5e61a0814dd88d7c2c001cd85db8032f1b9f Reviewed-on: https://gerrit.libreoffice.org/10545 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'svl/source/notify')
-rw-r--r--svl/source/notify/isethint.cxx10
-rw-r--r--svl/source/notify/lstner.cxx2
2 files changed, 4 insertions, 8 deletions
diff --git a/svl/source/notify/isethint.cxx b/svl/source/notify/isethint.cxx
index e8deae99b195..3c2dd49eb2aa 100644
--- a/svl/source/notify/isethint.cxx
+++ b/svl/source/notify/isethint.cxx
@@ -24,14 +24,10 @@
TYPEINIT1(SfxItemSetHint, SfxHint);
-
+/**
+ * Copies the SfxItemSet passed as a parameter.
+ */
SfxItemSetHint::SfxItemSetHint( const SfxItemSet &rItemSet )
-
-/* [Beschreibung]
-
- Dieser Ctor kopiert das als Parameter "ubergeben <SfxItemSet>.
-*/
-
: _pItemSet( rItemSet.Clone() )
{
}
diff --git a/svl/source/notify/lstner.cxx b/svl/source/notify/lstner.cxx
index 46025d591ee5..f3daa2427c93 100644
--- a/svl/source/notify/lstner.cxx
+++ b/svl/source/notify/lstner.cxx
@@ -99,7 +99,7 @@ void SfxListener::EndListening( SfxBroadcaster& rBroadcaster, bool bAllDups )
void SfxListener::EndListeningAll()
{
- // MI: bei Optimierung beachten: Seiteneffekte von RemoveListener beachten!
+ // Attention: when optimizing this: Respect sideffects of RemoveListener!
while ( !aBCs.empty() )
{
SfxBroadcaster *pBC = aBCs.front();