summaryrefslogtreecommitdiffstats
path: root/sc/inc/rangeseq.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-04-10 17:46:13 +0000
committerNiklas Nebel <nn@openoffice.org>2001-04-10 17:46:13 +0000
commit983455a270ed325c619a4996f2507519c5c50a38 (patch)
tree95de2b1e649c6a10f7765089b4284e17d26d0adf /sc/inc/rangeseq.hxx
parent#85616#; a little bug fixed (diff)
downloadcore-983455a270ed325c619a4996f2507519c5c50a38.tar.gz
core-983455a270ed325c619a4996f2507519c5c50a38.zip
ScByteSequenceToString
Diffstat (limited to 'sc/inc/rangeseq.hxx')
-rw-r--r--sc/inc/rangeseq.hxx13
1 files changed, 11 insertions, 2 deletions
diff --git a/sc/inc/rangeseq.hxx b/sc/inc/rangeseq.hxx
index 88933b10bcf3..789a9c4a84b9 100644
--- a/sc/inc/rangeseq.hxx
+++ b/sc/inc/rangeseq.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rangeseq.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: nn $ $Date: 2000-10-18 18:22:16 $
+ * last change: $Author: nn $ $Date: 2001-04-10 18:45:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -98,5 +98,14 @@ public:
};
+class ScByteSequenceToString
+{
+public:
+ // rAny must contain Sequence<sal_Int8>,
+ // may or may not contain 0-bytes at the end
+ static BOOL GetString( String& rString, const com::sun::star::uno::Any& rAny,
+ sal_uInt16 nEncoding );
+};
+
#endif