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 /sfx2/source/appl | |
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 'sfx2/source/appl')
-rw-r--r-- | sfx2/source/appl/appinit.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/appl/appinit.cxx b/sfx2/source/appl/appinit.cxx index da9983a9bd63..35cfdc1a6c99 100644 --- a/sfx2/source/appl/appinit.cxx +++ b/sfx2/source/appl/appinit.cxx @@ -219,7 +219,6 @@ void SfxApplication::Initialize_Impl() { SvtLocalisationOptions aLocalisation; Application::EnableAutoMnemonic ( aLocalisation.IsAutoMnemonic() ); - Application::SetDialogScaleX ( (short)(aLocalisation.GetDialogScale()) ); } pImpl->m_pToolsErrorHdl = new SfxErrorHandler( |