summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accheaderfooter.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/accheaderfooter.cxx
parentc634516746e6640abbca457e5e3a873264c019f6 (diff)
#100890#: minor page preview bug fixes
Diffstat (limited to 'sw/source/core/access/accheaderfooter.cxx')
-rw-r--r--sw/source/core/access/accheaderfooter.cxx13
1 files changed, 2 insertions, 11 deletions
diff --git a/sw/source/core/access/accheaderfooter.cxx b/sw/source/core/access/accheaderfooter.cxx
index 14b7e1a205af..13b990ab1aac 100644
--- a/sw/source/core/access/accheaderfooter.cxx
+++ b/sw/source/core/access/accheaderfooter.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: accheaderfooter.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mib $ $Date: 2002-07-09 12:51:29 $
+ * last change: $Author: mib $ $Date: 2002-07-10 16:53:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -106,15 +106,6 @@ const sal_Char sServiceNameFooter[] = "drafts.com.sun.star.text.AccessibleFooter
const sal_Char sImplementationNameHeader[] = "com.sun.star.comp.Writer.SwAccessibleHeader";
const sal_Char sImplementationNameFooter[] = "com.sun.star.comp.Writer.SwAccessibleFooter";
-void SwAccessibleHeaderFooter::GetStates(
- ::utl::AccessibleStateSetHelper& rStateSet )
-{
- SwAccessibleContext::GetStates( rStateSet );
-
- // MULTISELECTABLE
- rStateSet.AddState( AccessibleStateType::MULTISELECTABLE );
-}
-
SwAccessibleHeaderFooter::SwAccessibleHeaderFooter(
SwAccessibleMap *pMap,
const SwHeaderFrm *pHdFrm ) :