summaryrefslogtreecommitdiff
path: root/svl/source/uno/pathservice.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-07 13:46:19 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-07 13:46:19 +0200
commit2addd7f17a9d799042ef18992ad29b582de3d6d6 (patch)
tree006a02a0d1d17598e705f7199bb7e0f34ee99f1a /svl/source/uno/pathservice.cxx
parent02e0be069e57e724c51f23e2e31b77657a6a1d3d (diff)
Clean up function declarations and some unused functions
Change-Id: Id7ecd49ea03f225fc350a31437c32b4a738d7199
Diffstat (limited to 'svl/source/uno/pathservice.cxx')
-rw-r--r--svl/source/uno/pathservice.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svl/source/uno/pathservice.cxx b/svl/source/uno/pathservice.cxx
index a5f949ef7e85..7dc082a2ab2c 100644
--- a/svl/source/uno/pathservice.cxx
+++ b/svl/source/uno/pathservice.cxx
@@ -25,8 +25,7 @@
#include <com/sun/star/frame/XConfigManager.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
-
-
+#include <registerservices.hxx>
class PathService : public ::cppu::WeakImplHelper2< css::frame::XConfigManager, css::lang::XServiceInfo >
{