summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unorefmk.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/unocore/unorefmk.cxx')
-rw-r--r--sw/source/core/unocore/unorefmk.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/unocore/unorefmk.cxx b/sw/source/core/unocore/unorefmk.cxx
index 3e034316af54..6f2e620b54fe 100644
--- a/sw/source/core/unocore/unorefmk.cxx
+++ b/sw/source/core/unocore/unorefmk.cxx
@@ -267,8 +267,8 @@ void SwXReferenceMark::Impl::InsertRefMark(SwPaM& rPam,
if (!pTxtAttr)
{
- throw uno::RuntimeException(OUString(RTL_CONSTASCII_USTRINGPARAM(
- "SwXReferenceMark::InsertRefMark(): cannot insert attribute")), 0);
+ throw uno::RuntimeException(OUString(
+ "SwXReferenceMark::InsertRefMark(): cannot insert attribute"), 0);
}
m_pMarkFmt = &pTxtAttr->GetRefMark();