diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-08-16 11:39:58 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-08-16 12:21:10 +0200 |
commit | a7ba47243cb70b78c8d8674558ed6db35b79da99 (patch) | |
tree | 4b592f6cb5a177de8fc43f75bb4e6018bdfb7f7f /svx/inc/extrusiondepthdialog.hxx | |
parent | eb40f4af949309a82ce369f1636f4e79b9f8631e (diff) |
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I63d27cd70a7c6d4ad73f83db5e19985c0e3b8d7c
Diffstat (limited to 'svx/inc/extrusiondepthdialog.hxx')
-rw-r--r-- | svx/inc/extrusiondepthdialog.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/inc/extrusiondepthdialog.hxx b/svx/inc/extrusiondepthdialog.hxx index e619052c03be..50ff00e2ecc4 100644 --- a/svx/inc/extrusiondepthdialog.hxx +++ b/svx/inc/extrusiondepthdialog.hxx @@ -37,8 +37,6 @@ class ExtrusionDepthDialog : public ModalDialog CancelButton maCancelButton; HelpButton maHelpButton; - FieldUnit meDefaultUnit; - public: ExtrusionDepthDialog( Window* pParent, double fDepth, FieldUnit eDefaultUnit ); ~ExtrusionDepthDialog(); |