summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unotext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/unocore/unotext.cxx')
-rw-r--r--sw/source/core/unocore/unotext.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/core/unocore/unotext.cxx b/sw/source/core/unocore/unotext.cxx
index 57fc371fbc5e..88e596bf33e2 100644
--- a/sw/source/core/unocore/unotext.cxx
+++ b/sw/source/core/unocore/unotext.cxx
@@ -67,10 +67,8 @@
#include <crsskip.hxx>
#include <ndtxt.hxx>
-
using namespace ::com::sun::star;
-
const sal_Char cInvalidObject[] = "this object is invalid";
/******************************************************************
@@ -2324,7 +2322,6 @@ throw (lang::IllegalArgumentException, uno::RuntimeException, std::exception)
return xRet;
}
-
void SAL_CALL
SwXText::copyText(
const uno::Reference< text::XTextCopy >& xSource )
@@ -2352,7 +2349,6 @@ throw (uno::RuntimeException, std::exception)
m_pImpl->m_pDoc->CopyRange( *pCursor->GetPaM(), rPos, false );
}
-
/******************************************************************
* SwXBodyText
******************************************************************/