From 4bc99ab1ac4bed1df66d1df8b1ca3168e7e3d8f4 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 10 Jul 2016 16:28:23 +0100 Subject: ditch the multiply dialog width * X where X is based on language thing Which should be unnecessary since the vcl layout work and optimal size widgets, and its a small and arbitary set of languages for which its set. Change-Id: Ifa397218510ade251f795cdd9360d6bdccb115b7 --- include/unotools/localisationoptions.hxx | 19 ------------------- include/vcl/svapp.hxx | 7 ------- 2 files changed, 26 deletions(-) (limited to 'include') diff --git a/include/unotools/localisationoptions.hxx b/include/unotools/localisationoptions.hxx index cfd706a5b1fb..f00728473942 100644 --- a/include/unotools/localisationoptions.hxx +++ b/include/unotools/localisationoptions.hxx @@ -56,25 +56,6 @@ class SAL_WARN_UNUSED UNOTOOLS_DLLPUBLIC SvtLocalisationOptions : public utl::de bool IsAutoMnemonic ( ) const; - /*-**************************************************************************************************** - @short interface methods to get and set value of config key "org.openoffice.Office.Common/View/Localisation/DialogScale" - @descr These value specifies the factor for increasing controls. - Value from [0..100] are allowed. - - @ATTENTION These methods don't check for valid or invalid values! - Our configuration server can do it ... but these implementation don't get any notifications - about wrong commits ...! - => If you set an invalid value - nothing will be changed. The information will lost. - - @seealso baseclass ConfigItem - - @param "nScale" new value to set it in configuration. - @return The value which represent current state of internal variable. - - @onerror No error should occur! - *//*-*****************************************************************************************************/ - - sal_Int32 GetDialogScale( ) const; private: /*-**************************************************************************************************** diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx index 4367890e15b1..f4731e759e04 100644 --- a/include/vcl/svapp.hxx +++ b/include/vcl/svapp.hxx @@ -1216,13 +1216,6 @@ public: */ static SystemWindowFlags GetSystemWindowMode(); - - /** Set a dialog scaling factor. Used for localization. - - @param nScale Scaling factor - */ - static void SetDialogScaleX( short nScale ); - ///@} /** @name VCL Toolkit and UNO Wrapper -- cgit