summaryrefslogtreecommitdiff
path: root/sw/inc/section.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 08:14:42 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 08:14:42 +0000
commit4046164ee2853ebcd512243ef4f834c3b8ca3ba5 (patch)
tree4de9ef1d77a353c0c78afd717af6028b9326d0a2 /sw/inc/section.hxx
parent0840ec256a72165715bbc465fc3eb67f6a082588 (diff)
INTEGRATION: CWS c07v012_SRC680 (1.10.752); FILE MERGED
2007/04/11 07:25:50 od 1.10.752.1: #b6521322# class <SwSection> - new method <BreakLink()>
Diffstat (limited to 'sw/inc/section.hxx')
-rw-r--r--sw/inc/section.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/inc/section.hxx b/sw/inc/section.hxx
index d4d21a8e8b79..9decc2f6d509 100644
--- a/sw/inc/section.hxx
+++ b/sw/inc/section.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: section.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 02:08:10 $
+ * last change: $Author: kz $ $Date: 2007-05-10 09:14:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -229,6 +229,9 @@ public:
// return the TOX base class if the section is a TOX section
const SwTOXBase* GetTOXBase() const;
+ // --> OD 2007-02-14 #b6521322#
+ void BreakLink();
+ // <--
private:
// privater Constructor, weil nie kopiert werden darf !!
SwSection( const SwSection& );