Kaydet (Commit) 1c8c9647 authored tarafından Noel Grandin's avatar Noel Grandin

convert include/svx/numvset.hxx from String to OUString

Change-Id: If9b851406a369c343a46c79fea7ee1d391049456
üst d4d9a7b1
...@@ -90,9 +90,9 @@ class SVX_DLLPUBLIC SvxNumValueSet : public ValueSet ...@@ -90,9 +90,9 @@ class SVX_DLLPUBLIC SvxNumValueSet : public ValueSet
class SVX_DLLPUBLIC SvxBmpNumValueSet : public SvxNumValueSet class SVX_DLLPUBLIC SvxBmpNumValueSet : public SvxNumValueSet
{ {
String sBullets; OUString sBullets;
Timer aFormatTimer; Timer aFormatTimer;
sal_Bool bGrfNotFound; sal_Bool bGrfNotFound;
void init(); void init();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment