summaryrefslogtreecommitdiff
path: root/cui/source/inc/chardlg.hxx
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-04-22 15:22:03 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-04-22 14:47:54 +0000
commit9a745d54a5c7470180f41494283983a3b8b84a51 (patch)
treeb5ce765cfdd1ba1faa93480aa8f3cd54c6d4e838 /cui/source/inc/chardlg.hxx
parent3ae1e174014fc708833f3b43682573de1650af56 (diff)
tdf#89953 Character spacing: Allow to enter negative values
without selecting from a condensed/expanded listbox first. Change-Id: I1111e6f1d7cdc6c0bc79d542f49c58f1022ad739 Reviewed-on: https://gerrit.libreoffice.org/24301 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'cui/source/inc/chardlg.hxx')
-rw-r--r--cui/source/inc/chardlg.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/cui/source/inc/chardlg.hxx b/cui/source/inc/chardlg.hxx
index ed2fc5933021..bfa100cf5753 100644
--- a/cui/source/inc/chardlg.hxx
+++ b/cui/source/inc/chardlg.hxx
@@ -276,8 +276,6 @@ private:
VclPtr<MetricField> m_pScaleWidthMF;
- VclPtr<ListBox> m_pKerningLB;
- VclPtr<FixedText> m_pKerningFT;
VclPtr<MetricField> m_pKerningMF;
VclPtr<CheckBox> m_pPairKerningBtn;
@@ -310,11 +308,9 @@ public:
virtual ~SvxCharPositionPage();
virtual void dispose() override;
- using SfxTabPage::ActivatePage;
using SfxTabPage::DeactivatePage;
virtual sfxpg DeactivatePage( SfxItemSet* pSet = nullptr ) override;
- virtual void ActivatePage( const SfxItemSet& rSet ) override;
public:
static VclPtr<SfxTabPage> Create( vcl::Window* pParent, const SfxItemSet* rSet );