summaryrefslogtreecommitdiff
path: root/sc/inc/docpool.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-04 12:11:38 +0200
committerNoel Grandin <noel@peralex.com>2013-10-08 10:03:05 +0200
commitce36c9c77abef63457018f50db0929d5b43b032f (patch)
treec1ffb082823b24391cd82193aaf24a9a97127719 /sc/inc/docpool.hxx
parentd1f00470eacf3c9b0703043128860434a819fdec (diff)
convert sc/inc/doc*.hxx from String to OUString
Change-Id: If62c5761c326841d1e3ab35dfdf1601d9713095b
Diffstat (limited to 'sc/inc/docpool.hxx')
-rw-r--r--sc/inc/docpool.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/docpool.hxx b/sc/inc/docpool.hxx
index a3114aab5ae7..c794148e79ce 100644
--- a/sc/inc/docpool.hxx
+++ b/sc/inc/docpool.hxx
@@ -57,7 +57,7 @@ public:
static void CheckRef( const SfxPoolItem& );
void StyleDeleted( ScStyleSheet* pStyle ); // delete templates(?) in organizer
- void CellStyleCreated( const String& rName );
+ void CellStyleCreated( const OUString& rName );
virtual SfxItemPresentation GetPresentation(
const SfxPoolItem& rItem,
SfxItemPresentation ePresentation,