summaryrefslogtreecommitdiff
path: root/svl/source/notify/isethint.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/notify/isethint.cxx')
-rw-r--r--svl/source/notify/isethint.cxx10
1 files changed, 3 insertions, 7 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() )
{
}