summaryrefslogtreecommitdiffstats
path: root/xmloff/source/text/XMLIndexBodyContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLIndexBodyContext.hxx')
-rw-r--r--xmloff/source/text/XMLIndexBodyContext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLIndexBodyContext.hxx b/xmloff/source/text/XMLIndexBodyContext.hxx
index d7b00c59ae41..0c4aeffdf989 100644
--- a/xmloff/source/text/XMLIndexBodyContext.hxx
+++ b/xmloff/source/text/XMLIndexBodyContext.hxx
@@ -50,7 +50,7 @@ public:
virtual ~XMLIndexBodyContext() override;
/// return whether any content elements were encountered
- inline bool HasContent();
+ inline bool HasContent() const;
protected:
@@ -60,7 +60,7 @@ protected:
const css::uno::Reference<css::xml::sax::XAttributeList> & xAttrList ) override;
};
-inline bool XMLIndexBodyContext::HasContent()
+inline bool XMLIndexBodyContext::HasContent() const
{
return bHasContent;
}