summaryrefslogtreecommitdiff
path: root/xmloff/inc/xmloff/txtstyli.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/xmloff/txtstyli.hxx')
-rw-r--r--xmloff/inc/xmloff/txtstyli.hxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/xmloff/inc/xmloff/txtstyli.hxx b/xmloff/inc/xmloff/txtstyli.hxx
index 00f0e5aa3e..dbe777e5af 100644
--- a/xmloff/inc/xmloff/txtstyli.hxx
+++ b/xmloff/inc/xmloff/txtstyli.hxx
@@ -45,7 +45,7 @@ class XMLOFF_DLLPUBLIC XMLTextStyleContext : public XMLPropStyleContext
const ::rtl::OUString sIsAutoUpdate;
const ::rtl::OUString sCategory;
const ::rtl::OUString sNumberingStyleName;
- const ::rtl::OUString sOutlineLevel; //#outline level,add by zhaojianwei
+ const ::rtl::OUString sOutlineLevel;
public:
const ::rtl::OUString sDropCapCharStyleName;
@@ -59,10 +59,8 @@ private:
sal_Bool bHasCombinedCharactersLetter : 1;
- // --> OD 2006-09-21 #i69523#
- // introduce import of empty list style
+ // Introduce import of empty list style (#i69523#)
sal_Bool mbListStyleSet : 1;
- // <--
XMLEventsImportContext* pEventContext;
@@ -92,12 +90,12 @@ public:
sal_Bool IsAutoUpdate() const { return bAutoUpdate; }
const ::rtl::OUString& GetListStyle() const { return sListStyleName; }
- // --> OD 2006-10-13 #i69629#
+ // XML import: reconstrution of assignment of paragraph style to outline levels (#i69629#)
sal_Bool IsListStyleSet() const
{
return mbListStyleSet;
}
- // <--
+
const ::rtl::OUString& GetMasterPageName() const { return sMasterPageName; }
sal_Bool HasMasterPageName() const { return bHasMasterPageName; }
const ::rtl::OUString& GetDropCapStyleName() const { return sDropCapTextStyleName; }