summaryrefslogtreecommitdiff
path: root/io/source/stm/opipe.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/source/stm/opipe.cxx')
-rw-r--r--io/source/stm/opipe.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/io/source/stm/opipe.cxx b/io/source/stm/opipe.cxx
index 732daafecaed..07e203bf0c05 100644
--- a/io/source/stm/opipe.cxx
+++ b/io/source/stm/opipe.cxx
@@ -46,9 +46,6 @@ using namespace ::com::sun::star::lang;
namespace com::sun::star::uno { class XComponentContext; }
-// Implementation and service names
-#define IMPLEMENTATION_NAME "com.sun.star.comp.io.stm.Pipe"
-
namespace io_stm{
namespace {
@@ -333,7 +330,7 @@ Reference < XConnectable > OPipeImpl::getPredecessor()
// XServiceInfo
OUString OPipeImpl::getImplementationName()
{
- return IMPLEMENTATION_NAME;
+ return "com.sun.star.comp.io.stm.Pipe";
}
// XServiceInfo