summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpgroup.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-04 11:14:19 +0200
committerNoel Grandin <noel@peralex.com>2013-10-08 10:03:04 +0200
commitd1f00470eacf3c9b0703043128860434a819fdec (patch)
tree1ec451fd4409f35cfdfc33f42f634ef422150c39 /sc/inc/dpgroup.hxx
parentconvert sc/inc/drwlayer.hxx from String to OUString (diff)
downloadcore-d1f00470eacf3c9b0703043128860434a819fdec.tar.gz
core-d1f00470eacf3c9b0703043128860434a819fdec.zip
convert sc/inc/dpgroup.hxx from String to OUString
Change-Id: I99bc911a2812164bc3655080d16d7c4b031a1df8
Diffstat (limited to 'sc/inc/dpgroup.hxx')
-rw-r--r--sc/inc/dpgroup.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dpgroup.hxx b/sc/inc/dpgroup.hxx
index 4a21a9b4244a..bc99c1cd1dbb 100644
--- a/sc/inc/dpgroup.hxx
+++ b/sc/inc/dpgroup.hxx
@@ -62,7 +62,7 @@ class ScDPGroupDimension
mutable std::vector<SCROW> maMemberEntries;
bool mbDateDimension;
public:
- ScDPGroupDimension( long nSource, const String& rNewName );
+ ScDPGroupDimension( long nSource, const OUString& rNewName );
ScDPGroupDimension( const ScDPGroupDimension& rOther );
~ScDPGroupDimension();