summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/impex.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
commit43c38bd908e183acba5f61027f89ba218a1b3274 (patch)
treec543bdd62e8b71711973be083cb2c22be7415427 /sc/source/ui/inc/impex.hxx
parent4a50eac325142f85ef8f2a656e018163cef58d67 (diff)
#90052# HTML export with NonConvertibleChars
Diffstat (limited to 'sc/source/ui/inc/impex.hxx')
-rw-r--r--sc/source/ui/inc/impex.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/source/ui/inc/impex.hxx b/sc/source/ui/inc/impex.hxx
index e1521b564..7bde095d9 100644
--- a/sc/source/ui/inc/impex.hxx
+++ b/sc/source/ui/inc/impex.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: impex.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: nn $ $Date: 2001-06-29 20:24:44 $
+ * last change: $Author: er $ $Date: 2001-07-20 18:36:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,6 +83,7 @@ class ScImportExport
ScDocument* pUndoDoc;
ScRange aRange;
String aStreamPath;
+ String aNonConvertibleChars;
ULONG nSizeLimit;
sal_Unicode cSep; // Separator
sal_Unicode cStr; // String Delimiter
@@ -162,6 +163,8 @@ public:
::com::sun::star::uno::Any & rValue );
BOOL IsOverflow() const { return bOverflow; } // nach dem Importieren
+
+ const String& GetNonConvertibleChars() const { return aNonConvertibleChars; }
};