summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accfootnote.cxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2002-07-10 15:53:35 +0000
committerMichael Brauer <mib@openoffice.org>2002-07-10 15:53:35 +0000
commit874cf1d2a7644847ba36bc2fe3a591eff037f288 (patch)
tree49c43b2b3a1640bbd6d89045f4566c563b57fcb7 /sw/source/core/access/accfootnote.cxx
parentc634516746e6640abbca457e5e3a873264c019f6 (diff)
#100890#: minor page preview bug fixes
Diffstat (limited to 'sw/source/core/access/accfootnote.cxx')
-rw-r--r--sw/source/core/access/accfootnote.cxx13
1 files changed, 2 insertions, 11 deletions
diff --git a/sw/source/core/access/accfootnote.cxx b/sw/source/core/access/accfootnote.cxx
index 8da131292435..c9d6dbaadacb 100644
--- a/sw/source/core/access/accfootnote.cxx
+++ b/sw/source/core/access/accfootnote.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: accfootnote.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mib $ $Date: 2002-07-09 12:51:28 $
+ * last change: $Author: mib $ $Date: 2002-07-10 16:53:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -127,15 +127,6 @@ const sal_Char sServiceNameEndnote[] = "drafts.com.sun.star.text.AccessibleEndno
const sal_Char sImplementationNameFootnote[] = "com.sun.star.comp.Writer.SwAccessibleFootnote";
const sal_Char sImplementationNameEndnote[] = "com.sun.star.comp.Writer.SwAccessibleEndnote";
-void SwAccessibleFootnote::GetStates(
- ::utl::AccessibleStateSetHelper& rStateSet )
-{
- SwAccessibleContext::GetStates( rStateSet );
-
- // MULTISELECTABLE
- rStateSet.AddState( AccessibleStateType::MULTISELECTABLE );
-}
-
SwAccessibleFootnote::SwAccessibleFootnote(
SwAccessibleMap *pMap,
sal_Bool bIsEndnote,