summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porrst.hxx
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2002-01-17 14:41:23 +0000
committerFrank Meies <fme@openoffice.org>2002-01-17 14:41:23 +0000
commit72136922b748acbd26b72cac2321edb5c454622a (patch)
tree68d4cb0e1f0c7e27776ce7cee76e983d2798b8ac /sw/source/core/text/porrst.hxx
parent29b1b9f6bab1e2e822d4f28fbc5c509ce1840213 (diff)
Fix: Vertical Formatting - Red arrows did not appear for undersized frames
Diffstat (limited to 'sw/source/core/text/porrst.hxx')
-rw-r--r--sw/source/core/text/porrst.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/source/core/text/porrst.hxx b/sw/source/core/text/porrst.hxx
index eb9e1644959b..8932c8f9a307 100644
--- a/sw/source/core/text/porrst.hxx
+++ b/sw/source/core/text/porrst.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: porrst.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: fme $ $Date: 2002-01-16 09:50:11 $
+ * last change: $Author: fme $ $Date: 2002-01-17 15:41:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -153,7 +153,11 @@ public:
SwArrowPortion( const SwTxtPaintInfo &rInf );
virtual void Paint( const SwTxtPaintInfo &rInf ) const;
virtual SwLinePortion *Compress();
+#ifdef VERTICAL_LAYOUT
+ void PaintIt( OutputDevice *pOut, SwTxtFrm* pFrm ) const;
+#else
void PaintIt( OutputDevice *pOut ) const;
+#endif
inline sal_Bool IsLeft() const { return bLeft; }
inline const Point& GetPos() const { return aPos; }
OUTPUT_OPERATOR