summaryrefslogtreecommitdiff
path: root/scaddins/source/analysis/analysisdefs.hxx
diff options
context:
space:
mode:
authorgt <gt@openoffice.org>2001-06-18 12:00:32 +0000
committergt <gt@openoffice.org>2001-06-18 12:00:32 +0000
commit6d275092b43c80c892600feece8c74c34b755d7c (patch)
treec641e684d28f9ef70ef8e7ee1afc0a171a0d4289 /scaddins/source/analysis/analysisdefs.hxx
parente7cf093ea01e401f4a22e66c8919153e78198bac (diff)
#87828# additional handling of resources
Diffstat (limited to 'scaddins/source/analysis/analysisdefs.hxx')
-rw-r--r--scaddins/source/analysis/analysisdefs.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/scaddins/source/analysis/analysisdefs.hxx b/scaddins/source/analysis/analysisdefs.hxx
index 522667ca5dbb..0ae62574d572 100644
--- a/scaddins/source/analysis/analysisdefs.hxx
+++ b/scaddins/source/analysis/analysisdefs.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: analysisdefs.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: gt $ $Date: 2001-05-30 11:27:47 $
+ * last change: $Author: gt $ $Date: 2001-06-18 13:00:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,12 +68,14 @@
#define constREFXPS const REF(XPROPSET)
#define SEQ(c) CSS::uno::Sequence< c >
#define SEQSEQ(c) CSS::uno::Sequence< CSS::uno::Sequence< c > >
+#define SEQofLocName SEQ( CSS::sheet::LocalizedName )
#define ANY CSS::uno::Any
#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 THROW_RTE throw CSS::uno::RuntimeException()
#define THROWDEF_RTE_IAE throw(CSS::uno::RuntimeException,CSS::lang::IllegalArgumentException)
#define THROW_IAE throw CSS::lang::IllegalArgumentException()