summaryrefslogtreecommitdiff
path: root/scaddins/source/analysis/analysisdefs.hxx
diff options
context:
space:
mode:
authorgt <gt@openoffice.org>2001-05-30 10:27:47 +0000
committergt <gt@openoffice.org>2001-05-30 10:27:47 +0000
commit4ff871636017d3459dfc89568579dae8aa4bada3 (patch)
tree9660c23b76bef63b8b75aee4a551d90b1e06b6bf /scaddins/source/analysis/analysisdefs.hxx
parent9e9489118a76c8cf52f634541e8936a112b56c26 (diff)
#87600# non-ASCII-handling for names, descriptions, etc.
Diffstat (limited to 'scaddins/source/analysis/analysisdefs.hxx')
-rw-r--r--scaddins/source/analysis/analysisdefs.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/scaddins/source/analysis/analysisdefs.hxx b/scaddins/source/analysis/analysisdefs.hxx
index a0bbb19a125f..522667ca5dbb 100644
--- a/scaddins/source/analysis/analysisdefs.hxx
+++ b/scaddins/source/analysis/analysisdefs.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: analysisdefs.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: gt $ $Date: 2001-05-07 06:56:53 $
+ * last change: $Author: gt $ $Date: 2001-05-30 11:27:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,6 +72,7 @@
#define SEQ_ANY SEQ(ANY)
#define STRING ::rtl::OUString
#define STRFROMASCII(s) STRING::createFromAscii( s )
+#define STRFROMANSI(s) STRING( s, strlen( s ), RTL_TEXTENCODING_MS_1252 )
#define THROWDEF_RTE throw(CSS::uno::RuntimeException)
#define THROWDEF_RTE_IAE throw(CSS::uno::RuntimeException,CSS::lang::IllegalArgumentException)
#define THROW_IAE throw CSS::lang::IllegalArgumentException()