summaryrefslogtreecommitdiff
path: root/sc/inc/miscuno.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-03-29 04:19:44 +0000
committerSascha Ballach <sab@openoffice.org>2001-03-29 04:19:44 +0000
commitafb25ce084177d5c255f7d124ffe2d16f5e42127 (patch)
tree3c9a51a88815a9f8a062e541418236d5dd3433df /sc/inc/miscuno.hxx
parent3889ec1a668bdb54e30553efb8e8ffa43750d8c6 (diff)
conversion from Any To Int32 added
Diffstat (limited to 'sc/inc/miscuno.hxx')
-rw-r--r--sc/inc/miscuno.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/miscuno.hxx b/sc/inc/miscuno.hxx
index f7f83735edfa..055ffd9c5954 100644
--- a/sc/inc/miscuno.hxx
+++ b/sc/inc/miscuno.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: miscuno.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: nn $ $Date: 2001-03-16 19:35:34 $
+ * last change: $Author: sab $ $Date: 2001-03-29 05:19:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -335,6 +335,7 @@ public:
static sal_Bool GetBoolFromAny( const com::sun::star::uno::Any& aAny );
static sal_Int16 GetInt16FromAny( const com::sun::star::uno::Any& aAny );
+ static sal_Int32 GetInt32FromAny( const com::sun::star::uno::Any& aAny );
static sal_Int32 GetEnumFromAny( const com::sun::star::uno::Any& aAny );
static void SetBoolInAny( com::sun::star::uno::Any& rAny, sal_Bool bValue );
};