summaryrefslogtreecommitdiff
path: root/sw/inc/ftninfo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/ftninfo.hxx')
-rw-r--r--sw/inc/ftninfo.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/inc/ftninfo.hxx b/sw/inc/ftninfo.hxx
index 095b09e57600..c88e0119b20d 100644
--- a/sw/inc/ftninfo.hxx
+++ b/sw/inc/ftninfo.hxx
@@ -33,8 +33,8 @@ class SW_DLLPUBLIC SwEndNoteInfo : public SwClient
{
SwDepend aPageDescDep;
SwDepend aCharFmtDep, aAnchorCharFmtDep;
- rtl::OUString sPrefix;
- rtl::OUString sSuffix;
+ OUString sPrefix;
+ OUString sSuffix;
protected:
bool m_bEndNote;
virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew );
@@ -65,11 +65,11 @@ public:
SwEndNoteInfo( SwTxtFmtColl *pTxtColl = 0);
SwEndNoteInfo(const SwEndNoteInfo&);
- const rtl::OUString& GetPrefix() const { return sPrefix; }
- const rtl::OUString& GetSuffix() const { return sSuffix; }
+ const OUString& GetPrefix() const { return sPrefix; }
+ const OUString& GetSuffix() const { return sSuffix; }
- void SetPrefix(const rtl::OUString& rSet) { sPrefix = rSet; }
- void SetSuffix(const rtl::OUString& rSet) { sSuffix = rSet; }
+ void SetPrefix(const OUString& rSet) { sPrefix = rSet; }
+ void SetSuffix(const OUString& rSet) { sSuffix = rSet; }
void ReleaseCollection() { if ( GetRegisteredInNonConst() ) GetRegisteredInNonConst()->Remove( this ); }
};