summaryrefslogtreecommitdiff
path: root/include/svtools/ctrlbox.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-02-05 19:45:45 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-02-06 12:44:26 +0100
commit17f83e391297f86f264dabd447d48280662b2435 (patch)
tree9ffd75887d6ccf4180f1473de3b7c40e7b551b53 /include/svtools/ctrlbox.hxx
parent8950cb8ae6a1621729ec43a6dd1c29cf04260797 (diff)
drop newly unused FontSizeBox
Change-Id: I8a84ce74888e1d3c468251ddd3633aedf6339a11 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88064 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svtools/ctrlbox.hxx')
-rw-r--r--include/svtools/ctrlbox.hxx26
1 files changed, 0 insertions, 26 deletions
diff --git a/include/svtools/ctrlbox.hxx b/include/svtools/ctrlbox.hxx
index 30551c592dc2..7518688336ee 100644
--- a/include/svtools/ctrlbox.hxx
+++ b/include/svtools/ctrlbox.hxx
@@ -27,7 +27,6 @@
#include <vcl/lstbox.hxx>
#include <vcl/combobox.hxx>
#include <vcl/metric.hxx>
-#include <vcl/field.hxx>
#include <vcl/weld.hxx>
#include <memory>
@@ -383,31 +382,6 @@ private:
FontStyleBox& operator=(const FontStyleBox&) = delete;
};
-class SVT_DLLPUBLIC FontSizeBox : public MetricBox
-{
- bool bStdSize:1;
-
- using Window::ImplInit;
- SVT_DLLPRIVATE void ImplInit();
-
-protected:
- virtual sal_Int64 GetValueFromStringUnit(const OUString& rStr, FieldUnit eOutUnit) const override;
-
-public:
- FontSizeBox( vcl::Window* pParent, WinBits nWinStyle );
-
- void Reformat() override;
-
- void Fill( const FontMetric* pFontMetric, const FontList* pList );
-
- virtual void SetValue( sal_Int64 nNewValue, FieldUnit eInUnit ) override;
- virtual void SetValue( sal_Int64 nNewValue ) override;
-
-private:
- FontSizeBox( const FontSizeBox& ) = delete;
- FontSizeBox& operator =( const FontSizeBox& ) = delete;
-};
-
class SVT_DLLPUBLIC SvtFontSizeBox
{
FontMetric aFontMetric;