diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-21 14:59:12 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-21 14:59:12 +0000 |
commit | 994a668a573f5daecb32879e692be8d9e03f8323 (patch) | |
tree | b8432d13a7af666c434753560a6f5f1e0e935acd /sc/source | |
parent | ab6b60a74769d81182626dff8730fb73dcd17b91 (diff) |
INTEGRATION: CWS calc29 (1.77.70); FILE MERGED
2005/02/04 11:15:21 sab 1.77.70.1: #119254#; solve repaint problems of hidden notes
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/filter/xml/xmlexprt.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/filter/xml/xmlexprt.hxx b/sc/source/filter/xml/xmlexprt.hxx index 54b33a186baf..a46ea6969bb3 100644 --- a/sc/source/filter/xml/xmlexprt.hxx +++ b/sc/source/filter/xml/xmlexprt.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlexprt.hxx,v $ * - * $Revision: 1.77 $ + * $Revision: 1.78 $ * - * last change: $Author: rt $ $Date: 2004-11-26 13:13:51 $ + * last change: $Author: vg $ $Date: 2005-02-21 15:59:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -217,6 +217,7 @@ class ScXMLExport : public SvXMLExport void WriteCell (ScMyCell& aCell); void WriteAreaLink(const ScMyCell& rMyCell); void WriteAnnotation(ScMyCell& rMyCell); + void RemoveTempAnnotaionShape(const sal_Int32 nTable); void WriteDetective(const ScMyCell& rMyCell); void ExportShape(const com::sun::star::uno::Reference < com::sun::star::drawing::XShape >& xShape, com::sun::star::awt::Point* pPoint); void WriteShapes(const ScMyCell& rMyCell); |