summaryrefslogtreecommitdiff
path: root/svl/source/uno/pathservice.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/uno/pathservice.cxx')
-rw-r--r--svl/source/uno/pathservice.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svl/source/uno/pathservice.cxx b/svl/source/uno/pathservice.cxx
index f20611f6e0b6..a3b704697eab 100644
--- a/svl/source/uno/pathservice.cxx
+++ b/svl/source/uno/pathservice.cxx
@@ -26,7 +26,7 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
-// -----------------------------------------------------------------------
+
class PathService : public ::cppu::WeakImplHelper2< css::frame::XConfigManager, css::lang::XServiceInfo >
{
@@ -79,7 +79,7 @@ public:
{}
};
-// -----------------------------------------------------------------------
+
css::uno::Reference< css::uno::XInterface > PathService_CreateInstance (
SAL_UNUSED_PARAMETER const css::uno::Reference<
@@ -89,6 +89,6 @@ css::uno::Reference< css::uno::XInterface > PathService_CreateInstance (
static_cast< cppu::OWeakObject* >(new PathService()));
}
-// -----------------------------------------------------------------------
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */