summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentMarkAccess.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-01-22 16:07:54 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-01-22 16:13:01 +0000
commit6d32df43353a083a1cd9cc90022b64205a5adaa7 (patch)
tree95b610aea4204276c75769450866805216ab38e4 /sw/inc/IDocumentMarkAccess.hxx
parent4b9ecfd4f45501e4696f966c714fc2bcc43ce38b (diff)
::rtl::OUString->OUString
Change-Id: I68654a5fa4cbb7403c00b103e2be5929ccb516a2
Diffstat (limited to 'sw/inc/IDocumentMarkAccess.hxx')
-rw-r--r--sw/inc/IDocumentMarkAccess.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/IDocumentMarkAccess.hxx b/sw/inc/IDocumentMarkAccess.hxx
index e7500feafe31..07af6701ce8c 100644
--- a/sw/inc/IDocumentMarkAccess.hxx
+++ b/sw/inc/IDocumentMarkAccess.hxx
@@ -88,7 +88,7 @@ class IDocumentMarkAccess
virtual sw::mark::IMark* makeAnnotationMark(
const SwPaM& rPaM,
- const ::rtl::OUString& rName ) = 0;
+ const OUString& rName ) = 0;
/** Returns a mark in the document for a paragraph.
If there is none, a mark will be created.
@@ -255,7 +255,7 @@ class IDocumentMarkAccess
virtual const_iterator_t getAnnotationMarksBegin() const = 0;
virtual const_iterator_t getAnnotationMarksEnd() const = 0;
virtual sal_Int32 getAnnotationMarksCount() const = 0;
- virtual const_iterator_t findAnnotationMark( const ::rtl::OUString& rName ) const = 0;
+ virtual const_iterator_t findAnnotationMark( const OUString& rName ) const = 0;
virtual sw::mark::IMark* getAnnotationMarkFor(const SwPosition& rPosition) const = 0;
/** Returns the MarkType used to create the mark