diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-14 20:46:30 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-14 21:28:08 +0100 |
commit | 54a6b3d7b24bb041f137015feb4e6a9a11891005 (patch) | |
tree | bb1e4b3383baede71a748c4efabd91889f7959f6 /include/oox | |
parent | e8ba3d51609238c365ab471ee622513e8b30d721 (diff) |
bool improvements
Change-Id: I89c35503d22797c5d5117e298f04e953de03044a
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/core/contexthandler2.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/core/contexthandler2.hxx b/include/oox/core/contexthandler2.hxx index 48edd9a8086a..db47186a0ed6 100644 --- a/include/oox/core/contexthandler2.hxx +++ b/include/oox/core/contexthandler2.hxx @@ -157,7 +157,7 @@ public: /** Returns true, if nElement contains the identifier of the specified parent element. */ - sal_Int32 isParentElement( sal_Int32 nElement, sal_Int32 nCountBack = 1 ) const + bool isParentElement( sal_Int32 nElement, sal_Int32 nCountBack = 1 ) const { return getParentElement( nCountBack ) == nElement; } /** Returns true, if the element currently processed is the root element of |