summaryrefslogtreecommitdiff
path: root/sw/source/core/text/portox.hxx
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2002-04-04 11:27:19 +0000
committerFrank Meies <fme@openoffice.org>2002-04-04 11:27:19 +0000
commit874f54d0c957e1759d0830dd60ac18c047733782 (patch)
treec2748ac0ab6c8a3767cc54e2320ee020123a40da /sw/source/core/text/portox.hxx
parent619001930e5862ec22af50debd9a1ec070b65a32 (diff)
#95586# Accessibility - Call PortionHandler for ISO portions
Diffstat (limited to 'sw/source/core/text/portox.hxx')
-rw-r--r--sw/source/core/text/portox.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/source/core/text/portox.hxx b/sw/source/core/text/portox.hxx
index df56d0617a62..acad3fb6edb5 100644
--- a/sw/source/core/text/portox.hxx
+++ b/sw/source/core/text/portox.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: portox.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: fme $ $Date: 2001-05-28 16:20:44 $
+ * last change: $Author: fme $ $Date: 2002-04-04 12:27:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,6 +91,10 @@ public:
virtual void Paint( const SwTxtPaintInfo &rInf ) const;
virtual SwLinePortion *Compress();
virtual KSHORT GetViewWidth( const SwTxtSizeInfo &rInf ) const;
+
+ // Accessibility: pass information about this portion to the PortionHandler
+ virtual void HandlePortion( SwPortionHandler& rPH ) const;
+
OUTPUT_OPERATOR
};