diff options
-rw-r--r-- | svx/source/inc/eventhandler.hxx (renamed from include/svx/sdr/event/eventhandler.hxx) | 0 | ||||
-rw-r--r-- | svx/source/sdr/contact/objectcontact.cxx | 5 | ||||
-rw-r--r-- | svx/source/sdr/contact/objectcontactofpageview.cxx | 5 | ||||
-rw-r--r-- | svx/source/sdr/contact/viewcontactofgraphic.cxx | 3 | ||||
-rw-r--r-- | svx/source/sdr/contact/viewobjectcontactofgraphic.cxx | 4 | ||||
-rw-r--r-- | svx/source/sdr/event/eventhandler.cxx | 4 |
6 files changed, 5 insertions, 16 deletions
diff --git a/include/svx/sdr/event/eventhandler.hxx b/svx/source/inc/eventhandler.hxx index 36b27a1a3d1e..36b27a1a3d1e 100644 --- a/include/svx/sdr/event/eventhandler.hxx +++ b/svx/source/inc/eventhandler.hxx diff --git a/svx/source/sdr/contact/objectcontact.cxx b/svx/source/sdr/contact/objectcontact.cxx index 1d3dca64c04c..259aea7afbd7 100644 --- a/svx/source/sdr/contact/objectcontact.cxx +++ b/svx/source/sdr/contact/objectcontact.cxx @@ -22,16 +22,13 @@ #include <svx/sdr/contact/viewobjectcontact.hxx> #include <svx/svdpage.hxx> #include <svx/sdr/contact/viewcontact.hxx> -#include <svx/sdr/event/eventhandler.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> #include <svx/sdr/animation/objectanimator.hxx> - +#include "eventhandler.hxx" using namespace com::sun::star; - - namespace sdr { namespace contact diff --git a/svx/source/sdr/contact/objectcontactofpageview.cxx b/svx/source/sdr/contact/objectcontactofpageview.cxx index ff31f90b7d23..76f7d0525834 100644 --- a/svx/source/sdr/contact/objectcontactofpageview.cxx +++ b/svx/source/sdr/contact/objectcontactofpageview.cxx @@ -26,7 +26,6 @@ #include <svx/svdview.hxx> #include <svx/sdr/contact/viewcontact.hxx> #include <svx/sdr/animation/objectanimator.hxx> -#include <svx/sdr/event/eventhandler.hxx> #include <svx/sdrpagewindow.hxx> #include <svx/sdrpaintwindow.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> @@ -35,12 +34,10 @@ #include <drawinglayer/processor2d/processor2dtools.hxx> #include <svx/unoapi.hxx> - +#include "eventhandler.hxx" using namespace com::sun::star; - - namespace sdr { namespace contact diff --git a/svx/source/sdr/contact/viewcontactofgraphic.cxx b/svx/source/sdr/contact/viewcontactofgraphic.cxx index a5d65724396b..4ec782596115 100644 --- a/svx/source/sdr/contact/viewcontactofgraphic.cxx +++ b/svx/source/sdr/contact/viewcontactofgraphic.cxx @@ -27,7 +27,6 @@ #include <svx/sdr/contact/displayinfo.hxx> #include <svx/sdr/contact/viewobjectcontact.hxx> #include <svx/sdr/contact/objectcontact.hxx> -#include <svx/sdr/event/eventhandler.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> #include <svx/sdr/primitive2d/sdrgrafprimitive2d.hxx> #include "svx/svdstr.hrc" @@ -46,7 +45,7 @@ #include <basegfx/matrix/b2dhommatrixtools.hxx> #include <drawinglayer/primitive2d/sdrdecompositiontools2d.hxx> - +#include "eventhandler.hxx" namespace sdr { diff --git a/svx/source/sdr/contact/viewobjectcontactofgraphic.cxx b/svx/source/sdr/contact/viewobjectcontactofgraphic.cxx index 4b2243258469..037e8c55c0b4 100644 --- a/svx/source/sdr/contact/viewobjectcontactofgraphic.cxx +++ b/svx/source/sdr/contact/viewobjectcontactofgraphic.cxx @@ -17,16 +17,14 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - #include <svx/sdr/contact/viewobjectcontactofgraphic.hxx> #include <svx/sdr/contact/viewcontactofgraphic.hxx> -#include <svx/sdr/event/eventhandler.hxx> #include <svx/svdograf.hxx> #include <svx/sdr/contact/objectcontact.hxx> #include <svx/svdmodel.hxx> #include <svx/svdpage.hxx> - +#include "eventhandler.hxx" namespace sdr { diff --git a/svx/source/sdr/event/eventhandler.cxx b/svx/source/sdr/event/eventhandler.cxx index 0c31a9dd1be5..cf9b2f599ed5 100644 --- a/svx/source/sdr/event/eventhandler.cxx +++ b/svx/source/sdr/event/eventhandler.cxx @@ -17,15 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <svx/sdr/event/eventhandler.hxx> +#include "eventhandler.hxx" // for SOLARIS compiler include of algorithm part of _STL is necessary to // get access to basic algos like ::std::find #include <algorithm> #include <tools/debug.hxx> - - namespace sdr { namespace event |