summaryrefslogtreecommitdiff
path: root/sc/inc/filter.hxx
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2001-07-20 17:37:51 +0000
committerEike Rathke <er@openoffice.org>2001-07-20 17:37:51 +0000
commit764eb45222cfe8a2ad1e81232009aeace0d37b43 (patch)
tree2550deb312ecdbb2597262ed6add627c22284f38 /sc/inc/filter.hxx
parent62440c6bb5060bb229711e7c222966f7fc09965f (diff)
#90052# HTML export with NonConvertibleChars
Diffstat (limited to 'sc/inc/filter.hxx')
-rw-r--r--sc/inc/filter.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/filter.hxx b/sc/inc/filter.hxx
index b321cd2c3582..9fe72b7469a5 100644
--- a/sc/inc/filter.hxx
+++ b/sc/inc/filter.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: filter.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dr $ $Date: 2001-04-05 10:54:23 $
+ * last change: $Author: er $ $Date: 2001-07-20 18:34:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -158,7 +158,7 @@ FltError ScExportDif( SvStream&, ScDocument*, const ScRange& rRange, const CharS
UINT32 nDifOption = SC_DIFOPT_EXCEL );
FltError ScExportHTML( SvStream&, ScDocument*, const ScRange& rRange, const CharSet eDest, BOOL bAll,
- const String& rStreamPath );
+ const String& rStreamPath, String& rNonConvertibleChars );
FltError ScExportRTF( SvStream&, ScDocument*, const ScRange& rRange, const CharSet eDest );