summaryrefslogtreecommitdiff
path: root/cui/source/inc/chardlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-03-10 22:21:46 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-09-28 08:48:10 +0100
commit09d46a4b7230a6917fc4979b84c5d8d5fd87781d (patch)
treece9af2cbb341e984db9a239ca3efc0b96f4c7391 /cui/source/inc/chardlg.hxx
parent58afbc05934d06d284523a99935b21dea92ea8a4 (diff)
convert some more tabpages
Diffstat (limited to 'cui/source/inc/chardlg.hxx')
-rw-r--r--cui/source/inc/chardlg.hxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/cui/source/inc/chardlg.hxx b/cui/source/inc/chardlg.hxx
index 2ba6ad8b558f..05a1eaeb7030 100644
--- a/cui/source/inc/chardlg.hxx
+++ b/cui/source/inc/chardlg.hxx
@@ -239,6 +239,7 @@ private:
String m_aTransparentColorName;
SvxCharEffectsPage( Window* pParent, const SfxItemSet& rSet );
+ ~SvxCharEffectsPage();
void Initialize();
void UpdatePreview_Impl();
@@ -322,6 +323,7 @@ private:
sal_uInt8 m_nSubProp;
SvxCharPositionPage( Window* pParent, const SfxItemSet& rSet );
+ ~SvxCharPositionPage();
void Initialize();
void UpdatePreview_Impl( sal_uInt8 nProp, sal_uInt8 nEscProp, short nEsc );
@@ -362,6 +364,9 @@ public:
class SvxCharTwoLinesPage : public SvxCharBasePage
{
private:
+ VBox m_aBox;
+ Grid m_aGrid;
+
FixedLine m_aSwitchOnLine;
CheckBox m_aTwoLinesBtn;
@@ -374,7 +379,8 @@ private:
sal_uInt16 m_nStartBracketPosition;
sal_uInt16 m_nEndBracketPosition;
- SvxCharTwoLinesPage( Window* pParent, const SfxItemSet& rSet );
+ SvxCharTwoLinesPage(Window* pParent, const SfxItemSet& rSet);
+ ~SvxCharTwoLinesPage();
void UpdatePreview_Impl();
void Initialize();