summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorLaurent Godard <lgodard.libre@laposte.net>2013-08-30 15:12:13 +0200
committerKohei Yoshida <kohei.yoshida@suse.de>2013-08-30 17:16:41 +0000
commit89c2136fa093c9d8e21ecaad56329711c8c25079 (patch)
treed85ad172b906b93f7bcebe0690348aceb7288809 /sc
parent00a81233d9c2ae6b3996b744982715137fd6a626 (diff)
clean no more used header declaration
Change-Id: Id4253c51d43c788310c93acd91ed49fa2fe68c4b Reviewed-on: https://gerrit.libreoffice.org/5695 Reviewed-by: Kohei Yoshida <kohei.yoshida@suse.de> Tested-by: Kohei Yoshida <kohei.yoshida@suse.de>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/xml/xmlexprt.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/filter/xml/xmlexprt.hxx b/sc/source/filter/xml/xmlexprt.hxx
index 6c9382742315..ad5e2b9792cd 100644
--- a/sc/source/filter/xml/xmlexprt.hxx
+++ b/sc/source/filter/xml/xmlexprt.hxx
@@ -176,8 +176,6 @@ class ScXMLExport : public SvXMLExport
bool GetMerged (const com::sun::star::table::CellRangeAddress* pCellRange,
const com::sun::star::uno::Reference <com::sun::star::sheet::XSpreadsheet>& xTable);
- void GetCellText (ScMyCell& rMyCell, const ScAddress& aPos) const;
-
void WriteTable(sal_Int32 nTable, const ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XSpreadsheet>& xTable);
void WriteCell(ScMyCell& aCell, sal_Int32 nEqualCellCount);
void WriteEditCell(const EditTextObject* pText);