summaryrefslogtreecommitdiff
path: root/svx/source/sdr/event
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-03-31 16:13:14 +0300
committerTor Lillqvist <tml@collabora.com>2014-03-31 16:13:14 +0300
commit7eef30b03e6c854edc6e3c23ea2c73910291fcdf (patch)
treeb5e2cc4c5b987fee1db08dab743deadf884b8353 /svx/source/sdr/event
parentc184d44449fe120653630ecd450e96e8ceab6fdc (diff)
No need for <svx/sdr/event/eventhandler.hxx> to be public
Only used inside svx so move there. Change-Id: I91a4b1964edab589ec8542255a2ca611f0d903a2
Diffstat (limited to 'svx/source/sdr/event')
-rw-r--r--svx/source/sdr/event/eventhandler.cxx4
1 files changed, 1 insertions, 3 deletions
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