summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorFaisal M. Al-Otaibi <fmalotaibi@kacst.edu.sa>2013-06-18 14:26:00 +0200
committerFaisal M. Al-Otaibi <fmalotaibi@kacst.edu.sa>2013-06-18 14:59:07 +0200
commit4f99d56f929c1eac07217e0f80a501b4e3dbdc6c (patch)
treee2ec2a96f884775de83b7114c17cea8074986309 /starmath/inc
parentb4219ea230a9635ca2422421324af5c407216e03 (diff)
convert starmath settings option page to .ui format
Change-Id: I908a29713ca1e01ec3e742193bd4b49e1fa97bc9
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/dialog.hxx21
-rw-r--r--starmath/inc/starmath.hrc1
2 files changed, 9 insertions, 13 deletions
diff --git a/starmath/inc/dialog.hxx b/starmath/inc/dialog.hxx
index ca902b5b9541..6c3586e84521 100644
--- a/starmath/inc/dialog.hxx
+++ b/starmath/inc/dialog.hxx
@@ -51,18 +51,15 @@ void SetFontStyle(const OUString &rStyleName, Font &rFont);
class SmPrintOptionsTabPage : public SfxTabPage
{
- FixedLine aFixedLine1;
- CheckBox aTitle;
- CheckBox aText;
- CheckBox aFrame;
- FixedLine aFixedLine2;
- RadioButton aSizeNormal;
- RadioButton aSizeScaled;
- RadioButton aSizeZoomed;
- MetricField aZoom;
- FixedLine aFixedLine3;
- CheckBox aNoRightSpaces;
- CheckBox aSaveOnlyUsedSymbols;
+ CheckBox* m_pTitle;
+ CheckBox* m_pText;
+ CheckBox* m_pFrame;
+ RadioButton* m_pSizeNormal;
+ RadioButton* m_pSizeScaled;
+ RadioButton* m_pSizeZoomed;
+ MetricField* m_pZoom;
+ CheckBox* m_pNoRightSpaces;
+ CheckBox* m_pSaveOnlyUsedSymbols;
DECL_LINK(SizeButtonClickHdl, Button *);
diff --git a/starmath/inc/starmath.hrc b/starmath/inc/starmath.hrc
index f03cd6d06391..dedc3f3fd547 100644
--- a/starmath/inc/starmath.hrc
+++ b/starmath/inc/starmath.hrc
@@ -79,7 +79,6 @@
#define RID_FONTDIALOG (RID_APP_START + 2)
#define RID_FONTSIZEDIALOG (RID_APP_START + 3)
#define RID_FONTTYPEDIALOG (RID_APP_START + 4)
-#define RID_PRINTOPTIONPAGE (RID_APP_START + 7)
#define RID_SYMDEFINEDIALOG (RID_APP_START + 9)
#define RID_PRINTUIOPTIONS (RID_APP_START + 11)