summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLStylesExportHelper.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-07-13 06:46:56 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-07-13 06:46:56 +0000
commit709b1ebef402f5880c7e4d75f0182587652acc93 (patch)
treef3138372d7245be644652f4a8f858cced00d624f /sc/source/filter/xml/XMLStylesExportHelper.hxx
parent1625dfde3d84091c5f7dd47e73deef3c4afdaa9e (diff)
INTEGRATION: CWS oasis (1.22.16); FILE MERGED
2004/07/07 08:47:38 sab 1.22.16.1: #i20153#; oasis changes
Diffstat (limited to 'sc/source/filter/xml/XMLStylesExportHelper.hxx')
-rw-r--r--sc/source/filter/xml/XMLStylesExportHelper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/xml/XMLStylesExportHelper.hxx b/sc/source/filter/xml/XMLStylesExportHelper.hxx
index 56c1944b7dad..73ee4c2576e1 100644
--- a/sc/source/filter/xml/XMLStylesExportHelper.hxx
+++ b/sc/source/filter/xml/XMLStylesExportHelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLStylesExportHelper.hxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: obo $ $Date: 2004-06-04 11:10:41 $
+ * last change: $Author: rt $ $Date: 2004-07-13 07:46:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -143,7 +143,7 @@ public:
~ScMyValidationsContainer();
sal_Bool AddValidation(const com::sun::star::uno::Any& aAny,
sal_Int32& nValidationIndex);
- rtl::OUString GetCondition(const ScMyValidation& aValidation);
+ rtl::OUString GetCondition(ScXMLExport& rExport, const ScMyValidation& aValidation);
rtl::OUString GetBaseCellAddress(ScDocument* pDoc, const com::sun::star::table::CellAddress& aCell);
void WriteMessage(ScXMLExport& rExport,
const rtl::OUString& sTitle, const rtl::OUString& sMessage,