diff options
Diffstat (limited to 'svx/source/sidebar/text/TextCharacterSpacingControl.hxx')
| -rw-r--r-- | svx/source/sidebar/text/TextCharacterSpacingControl.hxx | 8 |
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; }; } |
