summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xlpage.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-27 16:37:15 +0200
committerNoel Grandin <noel@peralex.com>2013-10-04 08:49:00 +0200
commit73873ef6b4d7ad8697bda3a44bb16b7eed9b93bd (patch)
tree5530ef35ec07f7bc27f467ebb131eca9247b69f8 /sc/source/filter/inc/xlpage.hxx
parent145a6b6bf970257f2627d986084cd5d782d48fc7 (diff)
convert sc/source/filter/inc/xl*.hxx from String to OUString
Change-Id: If396f7b3d34373fa093cfe1c1e71fd47a559148d
Diffstat (limited to 'sc/source/filter/inc/xlpage.hxx')
-rw-r--r--sc/source/filter/inc/xlpage.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/inc/xlpage.hxx b/sc/source/filter/inc/xlpage.hxx
index 2f5599fef736..31a5116e2807 100644
--- a/sc/source/filter/inc/xlpage.hxx
+++ b/sc/source/filter/inc/xlpage.hxx
@@ -98,8 +98,8 @@ struct XclPageData : private boost::noncopyable
ScfUInt16Vec maHorPageBreaks; /// Horizontal page breaks.
ScfUInt16Vec maVerPageBreaks; /// Vertical page breaks.
SvxBrushItemPtr mxBrushItem; /// Background bitmap.
- String maHeader; /// Excel header string (empty = off).
- String maFooter; /// Excel footer string (empty = off).
+ OUString maHeader; /// Excel header string (empty = off).
+ OUString maFooter; /// Excel footer string (empty = off).
double mfLeftMargin; /// Left margin in inches.
double mfRightMargin; /// Right margin in inches.
double mfTopMargin; /// Top margin in inches.