summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/vectdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/vectdlg.hxx')
-rw-r--r--sd/source/ui/inc/vectdlg.hxx36
1 files changed, 14 insertions, 22 deletions
diff --git a/sd/source/ui/inc/vectdlg.hxx b/sd/source/ui/inc/vectdlg.hxx
index f05422f2b8c4..3429dfd73cf9 100644
--- a/sd/source/ui/inc/vectdlg.hxx
+++ b/sd/source/ui/inc/vectdlg.hxx
@@ -43,28 +43,20 @@ class DrawDocShell;
class SdVectorizeDlg : public ModalDialog
{
::sd::DrawDocShell * mpDocSh;
- FixedLine aGrpSettings;
- FixedText aFtLayers;
- NumericField aNmLayers;
- FixedText aFtReduce;
- MetricField aMtReduce;
- FixedText aFtFillHoles;
- MetricField aMtFillHoles;
- CheckBox aCbFillHoles;
-
- FixedText aFtOriginal;
- GraphCtrl aBmpWin;
-
- FixedText aFtVectorized;
- GraphCtrl aMtfWin;
-
- FixedText aGrpPrgs;
- ProgressBar aPrgs;
-
- OKButton aBtnOK;
- CancelButton aBtnCancel;
- HelpButton aBtnHelp;
- PushButton aBtnPreview;
+ NumericField* m_pNmLayers;
+ MetricField* m_pMtReduce;
+ FixedText* m_pFtFillHoles;
+ MetricField* m_pMtFillHoles;
+ CheckBox* m_pCbFillHoles;
+
+ GraphCtrl* m_pBmpWin;
+
+ GraphCtrl* m_pMtfWin;
+
+ ProgressBar* m_pPrgs;
+
+ OKButton* m_pBtnOK;
+ PushButton* m_pBtnPreview;
Bitmap aBmp;
Bitmap aPreviewBmp;