summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/rolbck.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/rolbck.hxx')
-rw-r--r--sw/source/core/inc/rolbck.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/inc/rolbck.hxx b/sw/source/core/inc/rolbck.hxx
index 3343747e680f..138c177840d2 100644
--- a/sw/source/core/inc/rolbck.hxx
+++ b/sw/source/core/inc/rolbck.hxx
@@ -257,11 +257,11 @@ class SwHistoryBookmark : public SwHistoryHint
virtual void SetInDoc(SwDoc * pDoc, bool);
bool IsEqualBookmark(const ::sw::mark::IMark& rBkmk);
- const ::rtl::OUString& GetName() const;
+ const OUString& GetName() const;
private:
- const ::rtl::OUString m_aName;
- ::rtl::OUString m_aShortName;
+ const OUString m_aName;
+ OUString m_aShortName;
KeyCode m_aKeycode;
const sal_uLong m_nNode;
const sal_uLong m_nOtherNode;