From 3bc29af446fd1d9bd267ade1b1a5fca725ca8166 Mon Sep 17 00:00:00 2001 From: Jean-Noël Rouvignac Date: Sat, 2 Mar 2013 15:40:14 +0100 Subject: fdo#38838 Replaced some use of (Uni)String with OUString. Change-Id: Iad623c9300919fbae34279268a5a720f978c6434 Reviewed-on: https://gerrit.libreoffice.org/2514 Reviewed-by: Joren De Cuyper Reviewed-by: Thomas Arnhold Tested-by: Thomas Arnhold --- svl/inc/svl/style.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'svl/inc') diff --git a/svl/inc/svl/style.hxx b/svl/inc/svl/style.hxx index 18c0cebcf0fb..e1c1b554ee36 100644 --- a/svl/inc/svl/style.hxx +++ b/svl/inc/svl/style.hxx @@ -83,8 +83,8 @@ protected: SfxStyleFamily nFamily; // Familie UniString aName, aParent, aFollow; - rtl::OUString maDisplayName; - String aHelpFile; // Name der Hilfedatei + OUString maDisplayName; + OUString aHelpFile; // Name der Hilfedatei SfxItemSet* pSet; // ItemSet sal_uInt16 nMask; // Flags @@ -138,8 +138,8 @@ public: virtual sal_Bool IsHidden() const { return bHidden; } virtual void SetHidden( sal_Bool bValue ); - virtual sal_uLong GetHelpId( String& rFile ); - virtual void SetHelpId( const String& r, sal_uLong nId ); + virtual sal_uLong GetHelpId( OUString& rFile ); + virtual void SetHelpId( const OUString& r, sal_uLong nId ); virtual SfxItemSet& GetItemSet(); virtual sal_uInt16 GetVersion() const; -- cgit