View | Details | Raw Unified | Return to issue 11755
Collapse All | Expand All

(-)source/forms/controlelement.hxx (-1 / +1 lines)
Lines 124-130 namespace xmloff Link Here
124
}	// namespace xmloff
124
}	// namespace xmloff
125
//.........................................................................
125
//.........................................................................
126
126
127
#endif _XMLOFF_FORMS_CONTROLELEMENT_HXX_
127
#endif // _XMLOFF_FORMS_CONTROLELEMENT_HXX_
128
128
129
/*************************************************************************
129
/*************************************************************************
130
 * history:
130
 * history:
(-)source/text/XMLIndexTemplateContext.cxx (-1 / +1 lines)
Lines 447-453 const SvXMLEnumMapEntry aLevelNameTOCMap Link Here
447
	{ XML_8, 8 },
447
	{ XML_8, 8 },
448
	{ XML_9, 9 },
448
	{ XML_9, 9 },
449
	{ XML_10, 10 },
449
	{ XML_10, 10 },
450
	{ XML_TOKEN_INVALID, NULL }
450
	{ XML_TOKEN_INVALID, 0 }
451
};
451
};
452
452
453
const sal_Char* aLevelStylePropNameTOCMap[] = 
453
const sal_Char* aLevelStylePropNameTOCMap[] = 

Return to issue 11755