diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-11-13 21:47:20 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-11-14 01:08:47 +0100 |
commit | e8159871046448df4fba45d03e4b0efddf50859e (patch) | |
tree | e83b322128e567a236ce5c232f5bc5d9eae6a81c /toolkit | |
parent | a2bba429fa4328d17818cbafe5229655b11e5c33 (diff) |
vcl: move the Impl class of MapMode ...uhm... out of the public header?
And remove the tools/fract.hxx include.
grep -l -r fract.hxx workdir/Dep/*Object* |wc -l
before: 4569
after: 1851
Shrinks some libraries, example from --enable-dbgutil Fedora gcc 4.8.3:
libvcllo.so by 473k (0.35%)
libswlo.so by ~1Mb (sadly that is just 0.2%)
Change-Id: I09bd025d551a5d2c5528b938a68c6aa5f8f114a0
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/awt/vclxtoolkit.cxx | 1 | ||||
-rw-r--r-- | toolkit/source/awt/vclxwindow.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx index 932ac88cc12c..680fc0caa04b 100644 --- a/toolkit/source/awt/vclxtoolkit.cxx +++ b/toolkit/source/awt/vclxtoolkit.cxx @@ -55,6 +55,7 @@ #include <rtl/uuid.h> #include <rtl/process.h> #include <tools/link.hxx> +#include <tools/fract.hxx> #include <tools/wintypes.hxx> #ifdef MACOSX diff --git a/toolkit/source/awt/vclxwindow.cxx b/toolkit/source/awt/vclxwindow.cxx index 8bdec5409e6d..69407624c926 100644 --- a/toolkit/source/awt/vclxwindow.cxx +++ b/toolkit/source/awt/vclxwindow.cxx @@ -47,6 +47,7 @@ #include <vcl/svapp.hxx> #include <vcl/window.hxx> #include <tools/color.hxx> +#include <tools/fract.hxx> #include <vcl/dockwin.hxx> #include <vcl/pdfextoutdevdata.hxx> #include <vcl/tabpage.hxx> |