summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/inc/anchoredobject.hxx3
-rw-r--r--sw/inc/dlelstnr.hxx8
2 files changed, 5 insertions, 6 deletions
diff --git a/sw/inc/anchoredobject.hxx b/sw/inc/anchoredobject.hxx
index 5b360af0807e..528ffd579d24 100644
--- a/sw/inc/anchoredobject.hxx
+++ b/sw/inc/anchoredobject.hxx
@@ -549,8 +549,7 @@ class SW_DLLPUBLIC SwAnchoredObject
virtual const char* getElementName( ) { return "SwAnchoredObject"; }
};
-// helper class for notify that positioning of an anchored object is in progress
-
+/// Helper class for notify that positioning of an anchored object is in progress.
class SwObjPositioningInProgress
{
private:
diff --git a/sw/inc/dlelstnr.hxx b/sw/inc/dlelstnr.hxx
index e1d19a85b547..3b1c31ab22e9 100644
--- a/sw/inc/dlelstnr.hxx
+++ b/sw/inc/dlelstnr.hxx
@@ -38,11 +38,11 @@ namespace com { namespace sun { namespace star {
}
} } }
-// SwLinguServiceEventListener
-// is a EventListener that triggers spellchecking
-// and hyphenation when relevant changes (to the
-// dictionaries of the dictionary list, or properties) were made.
+/** EventListener that triggers spellchecking and hyphenation.
+ Happens when relevant changes (to the dictionaries of the dictionary list, or
+ properties) were made.
+*/
class SwLinguServiceEventListener :
public cppu::WeakImplHelper2
<