diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-22 10:52:25 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-22 10:52:25 +0000 |
commit | 87c7004008083f74691425489873a4a0f4a86887 (patch) | |
tree | 82d5daefd69b803d5eb1fc9c4372fb29a371c1e0 /sw/inc/node.hxx | |
parent | 0890efe9865d31a96e97decc66aac8c7d10bd3c2 (diff) |
INTEGRATION: CWS swqbf92 (1.18.42); FILE MERGED
2007/01/12 08:12:26 ama 1.18.42.1: Fix #i73045#: Looping business cards
Diffstat (limited to 'sw/inc/node.hxx')
-rw-r--r-- | sw/inc/node.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/node.hxx b/sw/inc/node.hxx index b17727a62cbd..a80044fe1788 100644 --- a/sw/inc/node.hxx +++ b/sw/inc/node.hxx @@ -4,9 +4,9 @@ * * $RCSfile: node.hxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: rt $ $Date: 2006-12-01 15:33:41 $ + * last change: $Author: obo $ $Date: 2007-01-22 11:52:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -501,6 +501,7 @@ public: // <-- inline void SetModifyAtAttr( bool bSetModifyAtAttr ) const { mbSetModifyAtAttr = bSetModifyAtAttr; } + inline bool GetModifyAtAttr() const { return mbSetModifyAtAttr; } private: // privater Constructor, weil nie kopiert werden darf !! |