summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/text/TextCharacterSpacingControl.hxx
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-04-22 16:00:25 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-04-25 07:56:16 +0000
commitb68a722ff5ed70ce4a7d2eaffd972cb3fd0922bc (patch)
tree75f714df99840433521499f812e3c3e5bb654e84 /svx/source/sidebar/text/TextCharacterSpacingControl.hxx
parentadff28271ba55a94337c00a4d338ac18e6f69a43 (diff)
tdf#89953 Character spacing: Apply changes to sidebar widget also
* Step by 0.1 not 1 * Allow to enter negative values without selecting condensed/expanded Change-Id: Ibe2898cf77f56e52a276166d2ee882fbd23452af Reviewed-on: https://gerrit.libreoffice.org/24304 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'svx/source/sidebar/text/TextCharacterSpacingControl.hxx')
-rw-r--r--svx/source/sidebar/text/TextCharacterSpacingControl.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/svx/source/sidebar/text/TextCharacterSpacingControl.hxx b/svx/source/sidebar/text/TextCharacterSpacingControl.hxx
index cd0cdd04a2a7..008cb6723032 100644
--- a/svx/source/sidebar/text/TextCharacterSpacingControl.hxx
+++ b/svx/source/sidebar/text/TextCharacterSpacingControl.hxx
@@ -32,10 +32,6 @@ namespace svx {
#define SIDEBAR_SPACING_GLOBAL_VALUE "PopupPanel_Spacing"
-#define SIDEBAR_SPACE_NORMAL 0
-#define SIDEBAR_SPACE_EXPAND 1
-#define SIDEBAR_SPACE_CONDENSED 2
-
class TextCharacterSpacingControl : public SfxPopupWindow
{
public:
@@ -47,9 +43,6 @@ public:
long GetLastCustomValue() { return mnCustomKern;}
private:
- VclPtr<FixedText> maFTSpacing;
- VclPtr<ListBox> maLBKerning;
- VclPtr<FixedText> maFTBy;
VclPtr<MetricField> maEditKerning;
VclPtr<PushButton> maNormal;
@@ -71,7 +64,6 @@ private:
DECL_LINK_TYPED(KerningModifyHdl, Edit&, void);
SfxMapUnit GetCoreMetric() const;
- long GetSelFontSize() const;
};
}