summaryrefslogtreecommitdiff
path: root/cui/source/inc/numpages.hxx
diff options
context:
space:
mode:
authorFaisal M. Al-Otaibi <fmalotaibi@kacst.edu.sa>2012-08-06 10:51:21 +0300
committerDavid Tardon <dtardon@redhat.com>2012-08-12 19:29:17 +0200
commit5a47748e4e52010dab1ef35c4ba5abe2ca304c15 (patch)
tree242f13123616a7763f330beb9850b1bab16a521d /cui/source/inc/numpages.hxx
parentf916abe711d154d8a5fa023b7acf5c1d12dff293 (diff)
Modifiying some comments to follow the Doxygen standards
Change-Id: Ia64c66cfaaa9ed7b1c8f3984f797ac1605fac7d4
Diffstat (limited to 'cui/source/inc/numpages.hxx')
-rw-r--r--cui/source/inc/numpages.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/cui/source/inc/numpages.hxx b/cui/source/inc/numpages.hxx
index 70a83882c0f7..79dbb382ae78 100644
--- a/cui/source/inc/numpages.hxx
+++ b/cui/source/inc/numpages.hxx
@@ -135,10 +135,9 @@ class SvxBulletPickTabPage : public SfxTabPage
virtual void PageCreated(SfxAllItemSet aSet);
};
-/*--------------------------------------------------
- TabPage for complete numeration
---------------------------------------------------*/
#define NUM_VALUSET_COUNT 16
+
+/// TabPage for complete numeration
class SvxNumPickTabPage : public SfxTabPage
{
using TabPage::ActivatePage;
@@ -298,6 +297,10 @@ class SvxNumOptionsTabPage : public SfxTabPage
SfxMapUnit eCoreUnit;
void InitControls();
+ /** To switch between the numbering type
+ 0 - Number;
+ 1 - Bullet;
+ 2 - Bitmap; */
void SwitchNumberType( sal_uInt8 nType, sal_Bool bBmp = sal_False );
void CheckForStartValue_Impl(sal_uInt16 nNumberingType);