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 /svtools | |
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 'svtools')
-rw-r--r-- | svtools/source/brwbox/brwbox1.cxx | 1 | ||||
-rw-r--r-- | svtools/source/brwbox/brwbox2.cxx | 1 | ||||
-rw-r--r-- | svtools/source/brwbox/datwin.cxx | 1 | ||||
-rw-r--r-- | svtools/source/control/ctrltool.cxx | 1 | ||||
-rw-r--r-- | svtools/source/filter/DocumentToGraphicRenderer.cxx | 2 | ||||
-rw-r--r-- | svtools/source/filter/exportdialog.cxx | 1 | ||||
-rw-r--r-- | svtools/source/graphic/grfmgr.cxx | 1 | ||||
-rw-r--r-- | svtools/source/graphic/provider.cxx | 1 | ||||
-rw-r--r-- | svtools/source/misc/imap.cxx | 1 |
9 files changed, 10 insertions, 0 deletions
diff --git a/svtools/source/brwbox/brwbox1.cxx b/svtools/source/brwbox/brwbox1.cxx index fbb1047fe895..657d29c3c92d 100644 --- a/svtools/source/brwbox/brwbox1.cxx +++ b/svtools/source/brwbox/brwbox1.cxx @@ -23,6 +23,7 @@ #include "datwin.hxx" #include <tools/debug.hxx> #include <tools/stream.hxx> +#include <tools/fract.hxx> #include <functional> #include <algorithm> diff --git a/svtools/source/brwbox/brwbox2.cxx b/svtools/source/brwbox/brwbox2.cxx index 7e7e7eab5e2f..b64b7c4d70a4 100644 --- a/svtools/source/brwbox/brwbox2.cxx +++ b/svtools/source/brwbox/brwbox2.cxx @@ -25,6 +25,7 @@ #include <vcl/settings.hxx> #include <tools/multisel.hxx> +#include <tools/fract.hxx> #include <algorithm> using namespace ::com::sun::star::datatransfer; diff --git a/svtools/source/brwbox/datwin.cxx b/svtools/source/brwbox/datwin.cxx index 027eb0353253..e4412fb3ac60 100644 --- a/svtools/source/brwbox/datwin.cxx +++ b/svtools/source/brwbox/datwin.cxx @@ -26,6 +26,7 @@ #include <vcl/settings.hxx> #include <rtl/string.hxx> #include <tools/debug.hxx> +#include <tools/fract.hxx> void ButtonFrame::Draw( OutputDevice& rDev ) diff --git a/svtools/source/control/ctrltool.cxx b/svtools/source/control/ctrltool.cxx index 4308379d6012..0c6f7904f09f 100644 --- a/svtools/source/control/ctrltool.cxx +++ b/svtools/source/control/ctrltool.cxx @@ -21,6 +21,7 @@ #include <comphelper/string.hxx> #include <tools/debug.hxx> +#include <tools/fract.hxx> #include <i18nlangtag/mslangid.hxx> #include <vcl/window.hxx> #include <vcl/svapp.hxx> diff --git a/svtools/source/filter/DocumentToGraphicRenderer.cxx b/svtools/source/filter/DocumentToGraphicRenderer.cxx index 42bc0b22f65e..6078a3a6221a 100644 --- a/svtools/source/filter/DocumentToGraphicRenderer.cxx +++ b/svtools/source/filter/DocumentToGraphicRenderer.cxx @@ -23,6 +23,8 @@ #include <vcl/svapp.hxx> #include <vcl/outdev.hxx> +#include <tools/fract.hxx> + #include <com/sun/star/awt/XDevice.hpp> #include <com/sun/star/text/XPageCursor.hpp> #include <com/sun/star/text/XTextViewCursorSupplier.hpp> diff --git a/svtools/source/filter/exportdialog.cxx b/svtools/source/filter/exportdialog.cxx index 78ee4385a2e4..172861493557 100644 --- a/svtools/source/filter/exportdialog.cxx +++ b/svtools/source/filter/exportdialog.cxx @@ -23,6 +23,7 @@ #endif #include <tools/stream.hxx> +#include <tools/fract.hxx> #include <vcl/graphicfilter.hxx> #include <vcl/FilterConfigItem.hxx> #include <svtools/svtools.hrc> diff --git a/svtools/source/graphic/grfmgr.cxx b/svtools/source/graphic/grfmgr.cxx index f8dbc4e2ed59..f7c6ec6b75cd 100644 --- a/svtools/source/graphic/grfmgr.cxx +++ b/svtools/source/graphic/grfmgr.cxx @@ -23,6 +23,7 @@ #include <officecfg/Office/Common.hxx> #include <tools/vcompat.hxx> +#include <tools/fract.hxx> #include <tools/helpers.hxx> #include <unotools/ucbstreamhelper.hxx> #include <unotools/localfilehelper.hxx> diff --git a/svtools/source/graphic/provider.cxx b/svtools/source/graphic/provider.cxx index c8f35378fb6d..25735e843387 100644 --- a/svtools/source/graphic/provider.cxx +++ b/svtools/source/graphic/provider.cxx @@ -26,6 +26,7 @@ #include <tools/rcid.h> #include <tools/resid.hxx> #include <tools/resmgr.hxx> +#include <tools/fract.hxx> #include <unotools/ucbstreamhelper.hxx> #include <vcl/graphicfilter.hxx> #include <vcl/wmf.hxx> diff --git a/svtools/source/misc/imap.cxx b/svtools/source/misc/imap.cxx index 344372d279de..7be622f93786 100644 --- a/svtools/source/misc/imap.cxx +++ b/svtools/source/misc/imap.cxx @@ -19,6 +19,7 @@ #include <tools/urlobj.hxx> +#include <tools/fract.hxx> #include <vcl/svapp.hxx> #include <vcl/mapmod.hxx> #include <vcl/window.hxx> |