summaryrefslogtreecommitdiffstats
path: root/include/vcl/svapp.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-07-10 16:28:23 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-07-10 19:12:39 +0100
commit4bc99ab1ac4bed1df66d1df8b1ca3168e7e3d8f4 (patch)
tree71a8870ce14fb7f9e711d77c31667a4febe29d96 /include/vcl/svapp.hxx
parentditch the font/screen-scaling thing (diff)
downloadcore-4bc99ab1ac4bed1df66d1df8b1ca3168e7e3d8f4.tar.gz
core-4bc99ab1ac4bed1df66d1df8b1ca3168e7e3d8f4.zip
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/vcl/svapp.hxx')
-rw-r--r--include/vcl/svapp.hxx7
1 files changed, 0 insertions, 7 deletions
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