summaryrefslogtreecommitdiff
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 ee2692fe0ba3..7015a616ea3c 100644
--- a/include/xmloff/txtstyli.hxx
+++ b/include/xmloff/txtstyli.hxx
@@ -99,7 +99,7 @@ public:
virtual void FillPropertySet(
const css::uno::Reference< css::beans::XPropertySet > & rPropSet ) override;
- inline bool HasCombinedCharactersLetter()
+ bool HasCombinedCharactersLetter()
{ return bHasCombinedCharactersLetter; }
const ::std::vector< XMLPropertyState > & GetProperties_() { return GetProperties(); }