[Libreoffice-commits] core.git: sc/source
Laurent Godard
lgodard.libre at laposte.net
Fri Aug 30 10:17:07 PDT 2013
sc/source/filter/xml/xmlexprt.hxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 89c2136fa093c9d8e21ecaad56329711c8c25079
Author: Laurent Godard <lgodard.libre at laposte.net>
Date: Fri Aug 30 15:12:13 2013 +0200
clean no more used header declaration
Change-Id: Id4253c51d43c788310c93acd91ed49fa2fe68c4b
Reviewed-on: https://gerrit.libreoffice.org/5695
Reviewed-by: Kohei Yoshida <kohei.yoshida at suse.de>
Tested-by: Kohei Yoshida <kohei.yoshida at suse.de>
diff --git a/sc/source/filter/xml/xmlexprt.hxx b/sc/source/filter/xml/xmlexprt.hxx
index 6c93827..ad5e2b9 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);
More information about the Libreoffice-commits
mailing list