summaryrefslogtreecommitdiffstats
path: root/svx/inc/extrusiondepthdialog.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-12-05 11:21:02 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-12-05 11:32:18 +0000
commitab80ea279bea37f4dd919417433cfd72ca28e8bd (patch)
treeeee7c9d48a04f75cf5919634290cfa2c0656a16f /svx/inc/extrusiondepthdialog.hxx
parentfdo#39956 Delete JAB (diff)
downloadcore-ab80ea279bea37f4dd919417433cfd72ca28e8bd.tar.gz
core-ab80ea279bea37f4dd919417433cfd72ca28e8bd.zip
Related: fdo#34396 convert extrusion dialog to .ui
Change-Id: Iea6e42fb7b65e148dcf6b566a7595b9e18f2e2eb
Diffstat (limited to 'svx/inc/extrusiondepthdialog.hxx')
-rw-r--r--svx/inc/extrusiondepthdialog.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/svx/inc/extrusiondepthdialog.hxx b/svx/inc/extrusiondepthdialog.hxx
index 30765b9838a3..43bafe56c7ef 100644
--- a/svx/inc/extrusiondepthdialog.hxx
+++ b/svx/inc/extrusiondepthdialog.hxx
@@ -31,15 +31,10 @@ namespace svx {
class ExtrusionDepthDialog : public ModalDialog
{
- FixedText maFLDepth;
- MetricField maMtrDepth;
- OKButton maOKButton;
- CancelButton maCancelButton;
- HelpButton maHelpButton;
+ MetricField* m_pMtrDepth;
public:
ExtrusionDepthDialog( Window* pParent, double fDepth, FieldUnit eDefaultUnit );
- ~ExtrusionDepthDialog();
double getDepth() const;
};