summaryrefslogtreecommitdiffstats
path: root/include/xmloff/txtstyli.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/txtstyli.hxx')
-rw-r--r--include/xmloff/txtstyli.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/txtstyli.hxx b/include/xmloff/txtstyli.hxx
index be117980df59..5ac0f410d005 100644
--- a/include/xmloff/txtstyli.hxx
+++ b/include/xmloff/txtstyli.hxx
@@ -89,7 +89,7 @@ public:
virtual void FillPropertySet(
const css::uno::Reference< css::beans::XPropertySet > & rPropSet ) override;
- bool HasCombinedCharactersLetter()
+ bool HasCombinedCharactersLetter() const
{ return m_bHasCombinedCharactersLetter; }
const ::std::vector< XMLPropertyState > & GetProperties_() { return GetProperties(); }