From 1ed856c2653a029846f31f190ca837824c704cac Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 11 Apr 2012 00:28:56 +0100 Subject: UniString->rtl::OUString --- sw/inc/docstyle.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc') 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& ); }; -- cgit