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 /vcl/inc | |
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 'vcl/inc')
-rw-r--r-- | vcl/inc/svdata.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx index dc25cc655473..4ef13cada984 100644 --- a/vcl/inc/svdata.hxx +++ b/vcl/inc/svdata.hxx @@ -125,7 +125,6 @@ struct ImplSVAppData sal_uInt16 mnDispatchLevel; // DispatchLevel sal_uInt16 mnModalMode; // ModalMode Count SystemWindowFlags mnSysWinMode; // Mode, when SystemWindows should be created - short mnDialogScaleX; // Scale X-Positions and sizes in Dialogs bool mbInAppMain; // is Application::Main() on stack bool mbInAppExecute; // is Application::Execute() on stack bool mbAppQuit; // is Application::Quit() called @@ -172,8 +171,7 @@ struct ImplSVGDIData ImplFontCache* mpScreenFontCache; // Screen-Font-Cache ImplDirectFontSubstitution* mpDirectFontSubst; // Font-Substitutons defined in Tools->Options->Fonts GraphicConverter* mpGrfConverter; // Converter for graphics - long mnRealAppFontX; // AppFont X-Numenator for 40/tel Width - long mnAppFontX; // AppFont X-Numenator for 40/tel Width + DialogScaleX + long mnAppFontX; // AppFont X-Numenator for 40/tel Width long mnAppFontY; // AppFont Y-Numenator for 80/tel Height bool mbFontSubChanged; // true: FontSubstitution was changed between Begin/End bool mbNativeFontConfig; // true: do not override UI font |