summaryrefslogtreecommitdiff
path: root/sc/inc/styleuno.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-02 17:31:01 +0200
committerNoel Grandin <noel@peralex.com>2013-10-04 09:09:52 +0200
commitf8f90a70ab58426058556c24c64db1f5a85a5574 (patch)
treef147ac3f7d6760c9e234b35fe5a7ada43617579a /sc/inc/styleuno.hxx
parentf1503007a8daaa3dcd561248740d285804313d9d (diff)
convert sc/inc/s*.hxx from String to OUString
Change-Id: Ie5e439ac664e9725bad9366d31990279b411c475
Diffstat (limited to 'sc/inc/styleuno.hxx')
-rw-r--r--sc/inc/styleuno.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/styleuno.hxx b/sc/inc/styleuno.hxx
index 29ab960a1515..a3c894553b34 100644
--- a/sc/inc/styleuno.hxx
+++ b/sc/inc/styleuno.hxx
@@ -218,13 +218,13 @@ private:
ScStyleObj(); // disabled
public:
- ScStyleObj(ScDocShell* pDocSh, SfxStyleFamily eFam, const String& rName);
+ ScStyleObj(ScDocShell* pDocSh, SfxStyleFamily eFam, const OUString& rName);
virtual ~ScStyleObj();
// created by getImplementation:
sal_Bool IsInserted() const { return pDocShell != NULL; }
SfxStyleFamily GetFamily() const { return eFamily; }
- void InitDoc( ScDocShell* pNewDocSh, const String& rNewName );
+ void InitDoc( ScDocShell* pNewDocSh, const OUString& rNewName );
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );