summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-02-27 22:59:58 +0100
committerJan Holesovsky <kendy@collabora.com>2014-02-27 23:03:26 +0100
commit89ca2fd794413e91c1ead4d87abe76c23d37d481 (patch)
treef45aecab9d2a87d5dc5d2b9ff7f28962f64c2c50 /sw/inc
parentae3164e66bdca48fdaa79bb0014e0fe99a82bc30 (diff)
Doxygenize.
Change-Id: If6f2ea55d4bdd9a706e547fd4a51b42c8ad10a8b
Diffstat (limited to 'sw/inc')
-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
<