summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/ftnfrm.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-02-01 13:23:07 +0000
committerKurt Zenker <kz@openoffice.org>2006-02-01 13:23:07 +0000
commit13ea1ed1b887972210e2ff6d369fe842519b23ee (patch)
tree8abcd5067ea83fcb8c4cd1013c790e45c1bcec78 /sw/source/core/inc/ftnfrm.hxx
parent1b31056ab7d9ee59944c064a97d2303401e57892 (diff)
INTEGRATION: CWS swqbf49 (1.7.106); FILE MERGED
2005/12/05 09:26:11 od 1.7.106.1: #i27138# class <SwFtnFrm> - new method <FindLastCntnt()>
Diffstat (limited to 'sw/source/core/inc/ftnfrm.hxx')
-rw-r--r--sw/source/core/inc/ftnfrm.hxx14
1 files changed, 12 insertions, 2 deletions
diff --git a/sw/source/core/inc/ftnfrm.hxx b/sw/source/core/inc/ftnfrm.hxx
index e1b7bea540f4..c4f6251b187f 100644
--- a/sw/source/core/inc/ftnfrm.hxx
+++ b/sw/source/core/inc/ftnfrm.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ftnfrm.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2005-09-28 11:08:50 $
+ * last change: $Author: kz $ $Date: 2006-02-01 14:23:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -147,6 +147,16 @@ public:
return mbUnlockPosOfLowerObjs;
}
// <--
+ /** search for last content in the current footnote frame
+
+ OD 2005-12-02 #i27138#
+
+ @author OD
+
+ @return SwCntntFrm*
+ pointer to found last content frame. NULL, if none is found.
+ */
+ SwCntntFrm* FindLastCntnt();
};
#endif //_FTNFRM_HXX