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, 5 insertions, 5 deletions
diff --git a/svl/source/notify/isethint.cxx b/svl/source/notify/isethint.cxx
index f408044bdefb..43ae33a4a1a1 100644
--- a/svl/source/notify/isethint.cxx
+++ b/svl/source/notify/isethint.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -40,13 +40,13 @@ TYPEINIT1(SfxItemSetHint, SfxHint);
SfxItemSetHint::SfxItemSetHint( SfxItemSet *pItemSet )
-/* [Beschreibung]
+/* [Beschreibung]
Dieser Ctor "ubernimmt das als Parameter "ubergeben <SfxItemSet>,
das im Dtor gel"oscht wird.
*/
-: _pItemSet( pItemSet )
+: _pItemSet( pItemSet )
{
}
@@ -54,12 +54,12 @@ SfxItemSetHint::SfxItemSetHint( SfxItemSet *pItemSet )
SfxItemSetHint::SfxItemSetHint( const SfxItemSet &rItemSet )
-/* [Beschreibung]
+/* [Beschreibung]
Dieser Ctor kopiert das als Parameter "ubergeben <SfxItemSet>.
*/
-: _pItemSet( rItemSet.Clone() )
+: _pItemSet( rItemSet.Clone() )
{
}