summaryrefslogtreecommitdiffstats
path: root/svl/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-10-01 12:54:52 +0200
committerMichael Stahl <mstahl@redhat.com>2012-10-02 14:57:22 +0200
commit5d8c2eddead8c9144e337d64a559e1621d36da43 (patch)
tree6d6959c3455760cb5e5e842520401e04805ce1e2 /svl/inc
parentString->OUString in sComment field in svl::SvNumberFormat (diff)
downloadcore-5d8c2eddead8c9144e337d64a559e1621d36da43.tar.gz
core-5d8c2eddead8c9144e337d64a559e1621d36da43.zip
String->OUString in svl::ImpSvNumberformatInfo
Change-Id: Iff00b06a1e4e7c485e70ef0537fdea07ce3d42e5
Diffstat (limited to 'svl/inc')
-rw-r--r--svl/inc/svl/zformat.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/inc/svl/zformat.hxx b/svl/inc/svl/zformat.hxx
index 0418fcad97b1..1a352825e617 100644
--- a/svl/inc/svl/zformat.hxx
+++ b/svl/inc/svl/zformat.hxx
@@ -65,7 +65,7 @@ enum NfHackConversion
struct ImpSvNumberformatInfo // Struct for FormatInfo
{
- String* sStrArray; // Array of symbols
+ OUString* sStrArray; // Array of symbols
short* nTypeArray; // Array of infos
sal_uInt16 nThousand; // Count of group separator sequences
sal_uInt16 nCntPre; // Count of digits before decimal point
@@ -281,7 +281,7 @@ public:
// Substring of a subformat code nNumFor (0..3)
// nPos == 0xFFFF => last substring
// bString==true: first/last SYMBOLTYPE_STRING or SYMBOLTYPE_CURRENCY
- const String* GetNumForString( sal_uInt16 nNumFor, sal_uInt16 nPos,
+ const OUString* GetNumForString( sal_uInt16 nNumFor, sal_uInt16 nPos,
bool bString = false ) const;
// Subtype of a subformat code nNumFor (0..3)