summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlstyli.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/xmlstyli.hxx')
-rw-r--r--sc/source/filter/xml/xmlstyli.hxx24
1 files changed, 0 insertions, 24 deletions
diff --git a/sc/source/filter/xml/xmlstyli.hxx b/sc/source/filter/xml/xmlstyli.hxx
index 4ac9d54bacec..09d61bae311f 100644
--- a/sc/source/filter/xml/xmlstyli.hxx
+++ b/sc/source/filter/xml/xmlstyli.hxx
@@ -46,22 +46,6 @@ public:
SvXMLImport& rImport);
virtual ~ScXMLCellImportPropertyMapper();
- /** this method is called for every item that has the MID_FLAG_SPECIAL_ITEM_IMPORT flag set */
-/* virtual sal_Bool handleSpecialItem(
- XMLPropertyState& rProperty,
- ::std::vector< XMLPropertyState >& rProperties,
- const ::rtl::OUString& rValue,
- const SvXMLUnitConverter& rUnitConverter,
- const SvXMLNamespaceMap& rNamespaceMap ) const;*/
-
- /** this method is called for every item that has the MID_FLAG_NO_ITEM_IMPORT flag set */
-/* virtual sal_Bool handleNoItem(
- sal_Int32 nIndex,
- ::std::vector< XMLPropertyState >& rProperties,
- const ::rtl::OUString& rValue,
- const SvXMLUnitConverter& rUnitConverter,
- const SvXMLNamespaceMap& rNamespaceMap ) const;*/
-
/** This method is called when all attributes have been processed. It may be used to remove items that are incomplete */
virtual void finished(
::std::vector< XMLPropertyState >& rProperties, sal_Int32 nStartIndex, sal_Int32 nEndIndex ) const;
@@ -180,8 +164,6 @@ protected:
const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList > & xAttrList );
-// virtual SvXMLImportPropertyMapper *GetImpPropMapper();
-
public:
XMLTableStylesContext( SvXMLImport& rImport, sal_uInt16 nPrfx ,
@@ -190,12 +172,6 @@ public:
const bool bAutoStyles );
virtual ~XMLTableStylesContext();
- // Create child element.
-/* virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix,
- const ::rtl::OUString& rLocalName,
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::sax::XAttributeList > & xAttrList );*/
-
virtual void EndElement();
virtual UniReference < SvXMLImportPropertyMapper > GetImportPropertyMapper(