summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/TextCursorHelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/unocore/TextCursorHelper.cxx')
-rw-r--r--sw/source/core/unocore/TextCursorHelper.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/core/unocore/TextCursorHelper.cxx b/sw/source/core/unocore/TextCursorHelper.cxx
index 5616d51d1d9f..aad4f405fc90 100644
--- a/sw/source/core/unocore/TextCursorHelper.cxx
+++ b/sw/source/core/unocore/TextCursorHelper.cxx
@@ -33,17 +33,13 @@
using namespace ::com::sun::star;
-/* -----------------------------03.03.03 11:07--------------------------------
- ---------------------------------------------------------------------------*/
const uno::Sequence< sal_Int8 > & OTextCursorHelper::getUnoTunnelId()
{
static uno::Sequence< sal_Int8 > aSeq = ::CreateUnoTunnelId();
return aSeq;
}
-/* -----------------------------03.03.03 11:07--------------------------------
- ---------------------------------------------------------------------------*/
//XUnoTunnel
sal_Int64 SAL_CALL OTextCursorHelper::getSomething(
const uno::Sequence< sal_Int8 >& rId )
@@ -57,5 +53,3 @@ sal_Int64 SAL_CALL OTextCursorHelper::getSomething(
}
return 0;
}
-// -----------------------------------------------------------------------------
-