summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-04-11 00:28:56 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-11 12:06:24 +0100
commit1ed856c2653a029846f31f190ca837824c704cac (patch)
tree9f16849150e050e3fcb29c843fe9c6d0bf654563 /sw/inc
parent41e055112ea778c7a45d6cc5f0ce32e44bdb031c (diff)
UniString->rtl::OUString
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/docstyle.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/docstyle.hxx b/sw/inc/docstyle.hxx
index 7a32215ee217..192098535506 100644
--- a/sw/inc/docstyle.hxx
+++ b/sw/inc/docstyle.hxx
@@ -177,7 +177,7 @@ public:
virtual SfxStyleSheetBase *operator[](sal_uInt16 nIdx);
virtual SfxStyleSheetBase* First();
virtual SfxStyleSheetBase* Next();
- virtual SfxStyleSheetBase* Find(const UniString& rStr);
+ virtual SfxStyleSheetBase* Find(const rtl::OUString& rStr);
virtual void Notify( SfxBroadcaster&, const SfxHint& );
};