diff options
Diffstat (limited to 'sw/inc/pam.hxx')
-rw-r--r-- | sw/inc/pam.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/inc/pam.hxx b/sw/inc/pam.hxx index 900793dbe969..4df18cafb49b 100644 --- a/sw/inc/pam.hxx +++ b/sw/inc/pam.hxx @@ -78,6 +78,9 @@ struct SAL_WARN_UNUSED SW_DLLPUBLIC SwPosition SwNodes& GetNodes() { return nNode.GetNodes(); } SwNode& GetNode() const { return nNode.GetNode(); } + + + sal_Int32 GetContentIndex() const { return nContent.GetIndex(); } }; SW_DLLPUBLIC std::ostream &operator <<(std::ostream& s, const SwPosition& position); |