summaryrefslogtreecommitdiffstats
path: root/include/svx/numvset.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-03 10:58:38 +0200
committerNoel Grandin <noel@peralex.com>2013-09-05 08:54:26 +0200
commit1c8c9647c6daaa420d3812b923bfd1a32103200a (patch)
tree05c815d0d96a573d06164f489eb5867ac84cec2b /include/svx/numvset.hxx
parentconvert include/svx/pagectrl.hxx from String to OUString (diff)
downloadcore-1c8c9647c6daaa420d3812b923bfd1a32103200a.tar.gz
core-1c8c9647c6daaa420d3812b923bfd1a32103200a.zip
convert include/svx/numvset.hxx from String to OUString
Change-Id: If9b851406a369c343a46c79fea7ee1d391049456
Diffstat (limited to 'include/svx/numvset.hxx')
-rw-r--r--include/svx/numvset.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/numvset.hxx b/include/svx/numvset.hxx
index 264f1ffa2459..6afc836e2c28 100644
--- a/include/svx/numvset.hxx
+++ b/include/svx/numvset.hxx
@@ -90,9 +90,9 @@ class SVX_DLLPUBLIC SvxNumValueSet : public ValueSet
class SVX_DLLPUBLIC SvxBmpNumValueSet : public SvxNumValueSet
{
- String sBullets;
+ OUString sBullets;
Timer aFormatTimer;
- sal_Bool bGrfNotFound;
+ sal_Bool bGrfNotFound;
void init();