summaryrefslogtreecommitdiff
path: root/codemaker/inc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-31 14:27:04 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-31 14:27:04 +0000
commit9a624d36a66531d1c6bce39c0364cc332205c9fc (patch)
tree198a9c2a49981c64d88549d08b71ab87adf92c47 /codemaker/inc
parent71a5e5f4b8951fe27c11ce2e877dfeb7d14b5e93 (diff)
INTEGRATION: CWS sdksample (1.3.102); FILE MERGED
2004/10/04 13:42:24 jsc 1.3.102.2: RESYNC: (1.3-1.4); FILE MERGED 2004/07/07 09:52:49 jsc 1.3.102.1: #i30954# adjusted to genrate dependent types fro cppu
Diffstat (limited to 'codemaker/inc')
-rw-r--r--codemaker/inc/codemaker/options.hxx15
1 files changed, 2 insertions, 13 deletions
diff --git a/codemaker/inc/codemaker/options.hxx b/codemaker/inc/codemaker/options.hxx
index ecd0e0a47..13af0ee17 100644
--- a/codemaker/inc/codemaker/options.hxx
+++ b/codemaker/inc/codemaker/options.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: options.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2004-09-08 16:26:49 $
+ * last change: $Author: rt $ $Date: 2005-01-31 15:27:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,16 +88,6 @@ typedef ::std::hash_map
> OptionMap;
#endif
-class CannotDumpException
-{
-public:
- CannotDumpException(const ::rtl::OString& msg)
- : m_message(msg) {}
-
- ::rtl::OString m_message;
-};
-
-
class IllegalArgument
{
public:
@@ -107,7 +97,6 @@ public:
::rtl::OString m_message;
};
-
class Options
{
public: