summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porftn.hxx
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2002-08-07 10:21:57 +0000
committerFrank Meies <fme@openoffice.org>2002-08-07 10:21:57 +0000
commit23eec4ff31c8f1e700f8109a39b11d6a71902a20 (patch)
tree54714e39caa6ebc34585c0602ad7738681d2b3db /sw/source/core/text/porftn.hxx
parent2fdd7f7aba389a64a79dd232b40102e54ea00037 (diff)
#100899# Allow rotation of footnote numbering and footnote anchor
Diffstat (limited to 'sw/source/core/text/porftn.hxx')
-rw-r--r--sw/source/core/text/porftn.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/core/text/porftn.hxx b/sw/source/core/text/porftn.hxx
index a41d6f719df1..0d0a8d661b2a 100644
--- a/sw/source/core/text/porftn.hxx
+++ b/sw/source/core/text/porftn.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: porftn.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: fme $ $Date: 2002-02-28 12:42:19 $
+ * last change: $Author: fme $ $Date: 2002-08-07 11:21:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,6 +85,8 @@ public:
virtual sal_Bool GetExpTxt( const SwTxtSizeInfo &rInf, XubString &rTxt ) const;
virtual SwPosSize GetTxtSize( const SwTxtSizeInfo &rInfo ) const;
virtual sal_Bool Format( SwTxtFormatInfo &rInf );
+
+ const SwTxtFtn* GetTxtFtn() const { return pFtn; };
OUTPUT_OPERATOR
};