summaryrefslogtreecommitdiff
path: root/oox/inc/oox/xls/richstring.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/inc/oox/xls/richstring.hxx')
-rw-r--r--oox/inc/oox/xls/richstring.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/inc/oox/xls/richstring.hxx b/oox/inc/oox/xls/richstring.hxx
index 18f177b879a4..afd88f117bfd 100644
--- a/oox/inc/oox/xls/richstring.hxx
+++ b/oox/inc/oox/xls/richstring.hxx
@@ -78,6 +78,7 @@ private:
::rtl::OUString maText; /// Portion text.
FontRef mxFont; /// Embedded portion font, may be empty.
sal_Int32 mnFontId; /// Link to global font list.
+ bool mbConverted; /// Without repeatly convert
};
typedef ::boost::shared_ptr< RichStringPortion > RichStringPortionRef;