summaryrefslogtreecommitdiffstats
path: root/xmloff/source/text/txtparaimphint.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/txtparaimphint.hxx')
-rw-r--r--xmloff/source/text/txtparaimphint.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtparaimphint.hxx b/xmloff/source/text/txtparaimphint.hxx
index 56e8823152e9..ca9e887e8eed 100644
--- a/xmloff/source/text/txtparaimphint.hxx
+++ b/xmloff/source/text/txtparaimphint.hxx
@@ -60,7 +60,7 @@ public:
// We don't use virtual methods to differ between the sub classes,
// because this seems to be too expensive if compared to inline methods.
sal_uInt8 GetType() const { return nType; }
- bool IsReference() { return XML_HINT_REFERENCE==nType; }
+ bool IsReference() const { return XML_HINT_REFERENCE==nType; }
};
class XMLStyleHint_Impl : public XMLHint_Impl