summaryrefslogtreecommitdiff
path: root/unotools/inc
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2002-06-27 08:07:10 +0000
committerSascha Ballach <sab@openoffice.org>2002-06-27 08:07:10 +0000
commit3e22720bc0428fccd94165405a67572154245337 (patch)
tree89d7d043fa328abcb827742d99110a1a76f6533c /unotools/inc
parent8ebf6b32fc20faf9188d1de1a4d24ce07d2e840f (diff)
#100676#; add getStates method
Diffstat (limited to 'unotools/inc')
-rw-r--r--unotools/inc/unotools/accessiblestatesethelper.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/unotools/inc/unotools/accessiblestatesethelper.hxx b/unotools/inc/unotools/accessiblestatesethelper.hxx
index 3397911a4661..5da9d0a51a95 100644
--- a/unotools/inc/unotools/accessiblestatesethelper.hxx
+++ b/unotools/inc/unotools/accessiblestatesethelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: accessiblestatesethelper.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: fs $ $Date: 2002-04-26 14:26:19 $
+ * last change: $Author: sab $ $Date: 2002-06-27 09:06:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -173,6 +173,11 @@ public:
const ::com::sun::star::uno::Sequence<sal_Int16>& rStateSet)
throw (::com::sun::star::uno::RuntimeException);
+ /** Returns a sequence of all states.
+ */
+ virtual com::sun::star::uno::Sequence<sal_Int16> SAL_CALL getStates()
+ throw (::com::sun::star::uno::RuntimeException);
+
/** Adds a state to the set.
*/
void AddState(sal_Int16 aState)