summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/watermarkdialog.hxx
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2017-05-23 11:29:43 +0200
committerSzymon Kłos <szymon.klos@collabora.com>2017-06-01 08:10:18 +0200
commiteb4f3c80ed695a7f0452b3c5c313750c51c962a5 (patch)
tree58c9bef9f1b9adab63e25d3b1803699b5943ed27 /sw/source/uibase/inc/watermarkdialog.hxx
parent489597d339af14a6403ee079bea35908112720ec (diff)
Watermark: remove enable checkbox
Change-Id: Ic18b85070bf6c5c3e9678859a87cb9f44411533b
Diffstat (limited to 'sw/source/uibase/inc/watermarkdialog.hxx')
-rw-r--r--sw/source/uibase/inc/watermarkdialog.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/uibase/inc/watermarkdialog.hxx b/sw/source/uibase/inc/watermarkdialog.hxx
index 7f59fe0a2bb7..b443fbce797d 100644
--- a/sw/source/uibase/inc/watermarkdialog.hxx
+++ b/sw/source/uibase/inc/watermarkdialog.hxx
@@ -23,16 +23,12 @@ public:
virtual void dispose() override;
void InitFields();
- void Update();
private:
- DECL_LINK( CheckBoxHdl, Button*, void );
DECL_LINK( OKButtonHdl, Button*, void );
SfxBindings& m_rBindings;
- VclPtr<VclGrid> m_pTextGrid;
- VclPtr<CheckBox> m_pEnableWatermarkCB;
VclPtr<Edit> m_pTextInput;
VclPtr<PushButton> m_pOKButton;
VclPtr<FontNameBox> m_pFont;