summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/delcodlg.hxx
diff options
context:
space:
mode:
authorAlbert Thuswaldner <albert.thuswaldner@gmail.com>2013-04-08 17:25:17 +0200
committerCaolán McNamara <caolanm@redhat.com>2013-04-10 14:17:13 +0100
commit88cf2853462b7eb14bfef77b5ad9f3e22397c36b (patch)
tree39cacf46089ba0dcfdab25427497bc945f3a819a /sc/source/ui/inc/delcodlg.hxx
parent9b7a69d6e65572f04cfb47797c749e944544da0e (diff)
Convert scalc delete contents dialog to .ui
Change-Id: I1c84fe3c57fdd72880b16a2d69aa44cda0fc4f4f
Diffstat (limited to 'sc/source/ui/inc/delcodlg.hxx')
-rw-r--r--sc/source/ui/inc/delcodlg.hxx23
1 files changed, 9 insertions, 14 deletions
diff --git a/sc/source/ui/inc/delcodlg.hxx b/sc/source/ui/inc/delcodlg.hxx
index 2034ec946a82..1cb48823b8bc 100644
--- a/sc/source/ui/inc/delcodlg.hxx
+++ b/sc/source/ui/inc/delcodlg.hxx
@@ -21,7 +21,6 @@
#define SC_DELCODLG_HXX
#include <vcl/dialog.hxx>
-#include <vcl/fixed.hxx>
#include <vcl/button.hxx>
#include "global.hxx"
@@ -30,18 +29,15 @@
class ScDeleteContentsDlg : public ModalDialog
{
private:
- FixedLine aFlFrame;
- CheckBox aBtnDelAll;
- CheckBox aBtnDelStrings;
- CheckBox aBtnDelNumbers;
- CheckBox aBtnDelDateTime;
- CheckBox aBtnDelFormulas;
- CheckBox aBtnDelNotes;
- CheckBox aBtnDelAttrs;
- CheckBox aBtnDelObjects;
- OKButton aBtnOk;
- CancelButton aBtnCancel;
- HelpButton aBtnHelp;
+ CheckBox* aBtnDelAll;
+ CheckBox* aBtnDelStrings;
+ CheckBox* aBtnDelNumbers;
+ CheckBox* aBtnDelDateTime;
+ CheckBox* aBtnDelFormulas;
+ CheckBox* aBtnDelNotes;
+ CheckBox* aBtnDelAttrs;
+ CheckBox* aBtnDelObjects;
+ OKButton* aBtnOk;
sal_Bool bObjectsDisabled;
@@ -63,5 +59,4 @@ public:
#endif // SC_DELCODLG_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */