summaryrefslogtreecommitdiff
path: root/sw/source/ui/uno/unodoc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/uno/unodoc.cxx')
-rw-r--r--sw/source/ui/uno/unodoc.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/ui/uno/unodoc.cxx b/sw/source/ui/uno/unodoc.cxx
index 60f31baaa639..94c2f8570561 100644
--- a/sw/source/ui/uno/unodoc.cxx
+++ b/sw/source/ui/uno/unodoc.cxx
@@ -28,7 +28,6 @@
using namespace ::com::sun::star;
-//============================================================
// com.sun.star.comp.Writer.TextDocument
uno::Sequence< OUString > SAL_CALL SwTextDocument_getSupportedServiceNames() throw()
@@ -57,7 +56,6 @@ uno::Reference< uno::XInterface > SAL_CALL SwTextDocument_createInstance(
return uno::Reference< uno::XInterface >( pShell->GetModel() );
}
-//============================================================
// com.sun.star.comp.Writer.WebDocument
uno::Sequence< OUString > SAL_CALL SwWebDocument_getSupportedServiceNames() throw()
@@ -86,7 +84,6 @@ uno::Reference< uno::XInterface > SAL_CALL SwWebDocument_createInstance(
return uno::Reference< uno::XInterface >( pShell->GetModel() );
}
-//============================================================
// com.sun.star.comp.Writer.GlobalDocument
uno::Sequence< OUString > SAL_CALL SwGlobalDocument_getSupportedServiceNames() throw()