diff options
author | Faisal M. Al-Otaibi <fmalotaibi@kacst.edu.sa> | 2012-07-25 15:43:39 +0300 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-07-25 19:13:03 +0200 |
commit | 8a01af8c7c27e93154733fc7a0a318c0d22cfbcd (patch) | |
tree | 3231f48888e3425ed6cebab6a643eea9af007385 /cui/source/inc/chardlg.hxx | |
parent | cef66a3eed301ab77e02be6d6ba148142051e13d (diff) |
Modifying comments to follow Doxygen standards
Change-Id: Ic87c9c4f51af4da963835ac7311d998e69f61156
Diffstat (limited to 'cui/source/inc/chardlg.hxx')
-rw-r--r-- | cui/source/inc/chardlg.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cui/source/inc/chardlg.hxx b/cui/source/inc/chardlg.hxx index 99274bdb4921..6afa2428f646 100644 --- a/cui/source/inc/chardlg.hxx +++ b/cui/source/inc/chardlg.hxx @@ -175,7 +175,7 @@ public: void SetFontList( const SvxFontListItem& rItem ); void EnableRelativeMode(); void EnableSearchMode(); - // the writer uses SID_ATTR_BRUSH as font background + /// the writer uses SID_ATTR_BRUSH as font background void SetPreviewBackgroundToCharacter(); void DisableControls( sal_uInt16 nDisable ); @@ -261,7 +261,7 @@ public: void DisableControls( sal_uInt16 nDisable ); void EnableFlash(); - // the writer uses SID_ATTR_BRUSH as font background + /// the writer uses SID_ATTR_BRUSH as font background void SetPreviewBackgroundToCharacter(); virtual void PageCreated (SfxAllItemSet aSet); }; @@ -336,7 +336,7 @@ public: virtual void Reset( const SfxItemSet& rSet ); virtual sal_Bool FillItemSet( SfxItemSet& rSet ); virtual void FillUserData(); - // the writer uses SID_ATTR_BRUSH as font background + /// the writer uses SID_ATTR_BRUSH as font background void SetPreviewBackgroundToCharacter(); virtual void PageCreated (SfxAllItemSet aSet); }; @@ -381,7 +381,7 @@ public: virtual void Reset( const SfxItemSet& rSet ); virtual sal_Bool FillItemSet( SfxItemSet& rSet ); - // the writer uses SID_ATTR_BRUSH as font background + /// the writer uses SID_ATTR_BRUSH as font background void SetPreviewBackgroundToCharacter(); virtual void PageCreated (SfxAllItemSet aSet); }; |