summaryrefslogtreecommitdiff
path: root/include/svx/nbdtmg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/nbdtmg.hxx')
-rw-r--r--include/svx/nbdtmg.hxx12
1 files changed, 4 insertions, 8 deletions
diff --git a/include/svx/nbdtmg.hxx b/include/svx/nbdtmg.hxx
index 004fecd7b777..030b692ec8c3 100644
--- a/include/svx/nbdtmg.hxx
+++ b/include/svx/nbdtmg.hxx
@@ -77,7 +77,7 @@ class SVX_DLLPUBLIC BulletsSettings
{
public:
bool bIsCustomized;
- rtl::OUString sDescription;
+ OUString sDescription;
sal_Unicode cBulletChar;
vcl::Font aFont;
BulletsSettings() : bIsCustomized(false), cBulletChar(0) {}
@@ -87,16 +87,12 @@ public:
class SVX_DLLPUBLIC NumberSettings_Impl
{
public:
- bool bIsCustomized;
- rtl::OUString sDescription;
- sal_uInt16 nIndex; //index in the tab page display
- sal_uInt16 nIndexDefault;
- NumSettings_Impl *pNumSetting;
+ bool bIsCustomized;
+ OUString sDescription;
+ NumSettings_Impl* pNumSetting;
public:
NumberSettings_Impl() :
bIsCustomized(false),
- nIndex((sal_uInt16)0xFFFF),
- nIndexDefault((sal_uInt16)0xFFFF),
pNumSetting(nullptr)
{}
};