summaryrefslogtreecommitdiff
path: root/cui/source/customize
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2012-07-25 19:11:46 +0200
committerEike Rathke <erack@redhat.com>2012-07-25 19:13:03 +0200
commit101baf42f931344e4a8330e4c512dc7a4f2fe8a9 (patch)
tree205ceba9ec2ddf6e9d980ac9d264dbe66ee4c34b /cui/source/customize
parent8a01af8c7c27e93154733fc7a0a318c0d22cfbcd (diff)
changes to "Modifying comments to follow Doxygen standards"
Change-Id: I82c358946c611b5b309d537f76b0b6371c82cbfa
Diffstat (limited to 'cui/source/customize')
-rw-r--r--cui/source/customize/eventdlg.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/cui/source/customize/eventdlg.hxx b/cui/source/customize/eventdlg.hxx
index 6c8d9f2bbd6d..e9f02d2c1f51 100644
--- a/cui/source/customize/eventdlg.hxx
+++ b/cui/source/customize/eventdlg.hxx
@@ -46,7 +46,8 @@ class SvxEventConfigPage : public _SvxMacroTabPage
public:
- struct EarlyInit { }; ///< this is only to let callers know that there is a LateInit which *must* be called
+ /// this is only to let callers know that there is a LateInit which *must* be called
+ struct EarlyInit { };
SvxEventConfigPage( Window *pParent, const SfxItemSet& rSet, EarlyInit );
~SvxEventConfigPage();