summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/xml/XMLTableShapeImportHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/XMLTableShapeImportHelper.hxx')
-rw-r--r--sc/source/filter/xml/XMLTableShapeImportHelper.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/filter/xml/XMLTableShapeImportHelper.hxx b/sc/source/filter/xml/XMLTableShapeImportHelper.hxx
index 497aa1a694d2..de9ac029d0b3 100644
--- a/sc/source/filter/xml/XMLTableShapeImportHelper.hxx
+++ b/sc/source/filter/xml/XMLTableShapeImportHelper.hxx
@@ -42,7 +42,6 @@ public:
const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList,
com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes) SAL_OVERRIDE;
-
void SetCell (const ::com::sun::star::table::CellAddress& rAddress) { aStartCell = rAddress; }
void SetOnTable (const bool bTempOnTable) { bOnTable = bTempOnTable; }
void SetAnnotation(ScXMLAnnotationContext* pAnnotation) { pAnnotationContext = pAnnotation; }
@@ -50,7 +49,6 @@ public:
ScXMLAnnotationContext* GetAnnotationContext() const { return pAnnotationContext; }
};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */