summaryrefslogtreecommitdiffstats
path: root/include/svtools/apearcfg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-07-10 16:13:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-07-10 19:12:39 +0100
commitec950f8ebb2745ccff2275dcc09d2034cd73dfeb (patch)
tree4717b5ae728a90ef39b66f2cd1f04e46d023eed8 /include/svtools/apearcfg.hxx
parentlok: disable unused UNO commands (diff)
downloadcore-ec950f8ebb2745ccff2275dcc09d2034cd73dfeb.tar.gz
core-ec950f8ebb2745ccff2275dcc09d2034cd73dfeb.zip
ditch the font/screen-scaling thing
its of limited utility wrt the vcl layout work and optimal size widgets, and its confuses people looking for hidpi settings Change-Id: I37d21b480446f9fe2845b3a2d9fd59cdeddf1a93
Diffstat (limited to 'include/svtools/apearcfg.hxx')
-rw-r--r--include/svtools/apearcfg.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svtools/apearcfg.hxx b/include/svtools/apearcfg.hxx
index 2dd178800a36..98cd37c57aa5 100644
--- a/include/svtools/apearcfg.hxx
+++ b/include/svtools/apearcfg.hxx
@@ -41,7 +41,6 @@ enum class DragMode {
class SVT_DLLPUBLIC SvtTabAppearanceCfg : public utl::ConfigItem
{
DragMode nDragMode ;
- short nScaleFactor ;
SnapType nSnapMode ;
MouseMiddleButtonAction nMiddleMouse;
#if defined( UNX )
@@ -66,9 +65,6 @@ public:
DragMode GetDragMode () const { return nDragMode; }
- sal_uInt16 GetScaleFactor () const { return nScaleFactor; }
- void SetScaleFactor ( sal_uInt16 nSet );
-
SnapType GetSnapMode () const { return nSnapMode; }
void SetSnapMode ( SnapType nSet );