summaryrefslogtreecommitdiff
path: root/sc/inc/AccessibleGlobal.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/AccessibleGlobal.hxx')
-rw-r--r--sc/inc/AccessibleGlobal.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/inc/AccessibleGlobal.hxx b/sc/inc/AccessibleGlobal.hxx
index 5c06ed29edaf..d9e01c58613d 100644
--- a/sc/inc/AccessibleGlobal.hxx
+++ b/sc/inc/AccessibleGlobal.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -34,7 +34,7 @@
#include <set>
-/**
+/**
* Generic XAccessibleStateSet implementation.
*/
class ScAccessibleStateSet : public ::cppu::WeakImplHelper1< ::com::sun::star::accessibility::XAccessibleStateSet >
@@ -45,17 +45,17 @@ public:
// XAccessibleStateSet
- virtual ::sal_Bool SAL_CALL isEmpty()
+ virtual ::sal_Bool SAL_CALL isEmpty()
throw (::com::sun::star::uno::RuntimeException);
- virtual ::sal_Bool SAL_CALL contains(sal_Int16 nState)
+ virtual ::sal_Bool SAL_CALL contains(sal_Int16 nState)
throw (::com::sun::star::uno::RuntimeException);
virtual ::sal_Bool SAL_CALL containsAll(
- const ::com::sun::star::uno::Sequence<sal_Int16>& aStateSet)
+ const ::com::sun::star::uno::Sequence<sal_Int16>& aStateSet)
throw (::com::sun::star::uno::RuntimeException);
- virtual ::com::sun::star::uno::Sequence<sal_Int16> SAL_CALL getStates()
+ virtual ::com::sun::star::uno::Sequence<sal_Int16> SAL_CALL getStates()
throw (::com::sun::star::uno::RuntimeException);
// Non-UNO Methods