summaryrefslogtreecommitdiff
path: root/include/filter
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-20 13:08:30 +0200
committerNoel Grandin <noel@peralex.com>2013-10-01 10:08:37 +0200
commit0d586f5b7e0e0cd7ee66790d3e20f8902096ab00 (patch)
tree208206c2f1d95a751349176a6f3cd7b92fbc6d78 /include/filter
parent9dc41e228dd60c60a4364d26270c9769d2939ded (diff)
convert leftovers in filter module from String to OUString
Change-Id: If8954c39fec724066d46fe5d8c7e486d9bf6e955
Diffstat (limited to 'include/filter')
-rw-r--r--include/filter/msfilter/svdfppt.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/filter/msfilter/svdfppt.hxx b/include/filter/msfilter/svdfppt.hxx
index 0f5c6b32b1a2..239325df8cbe 100644
--- a/include/filter/msfilter/svdfppt.hxx
+++ b/include/filter/msfilter/svdfppt.hxx
@@ -265,7 +265,7 @@ struct PptFontEntityAtom
sal_uInt8 lfQuality;
sal_uInt32 nUniqueFontId; // not used anymore
- CharSet eCharSet;
+ rtl_TextEncoding eCharSet;
FontFamily eFamily;
FontPitch ePitch;
sal_Bool bAvailable;
@@ -406,7 +406,7 @@ protected:
sal_uInt32 nStreamLen;
sal_uInt16 nTextStylesIndex;
- CharSet eCharSetSystem;
+ rtl_TextEncoding eCharSetSystem;
sal_Bool bWingdingsChecked : 1;
sal_Bool bWingdingsAvailable : 1;