diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-07-10 16:28:23 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-07-10 19:12:39 +0100 |
commit | 4bc99ab1ac4bed1df66d1df8b1ca3168e7e3d8f4 (patch) | |
tree | 71a8870ce14fb7f9e711d77c31667a4febe29d96 /include/unotools | |
parent | ec950f8ebb2745ccff2275dcc09d2034cd73dfeb (diff) |
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
Diffstat (limited to 'include/unotools')
-rw-r--r-- | include/unotools/localisationoptions.hxx | 19 |
1 files changed, 0 insertions, 19 deletions
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: /*-**************************************************************************************************** |