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 8a1ec1fad72d..bfcd7fc03f51 100644
--- a/include/xmloff/txtstyli.hxx
+++ b/include/xmloff/txtstyli.hxx
@@ -99,7 +99,7 @@ public:
inline bool HasCombinedCharactersLetter()
{ return bHasCombinedCharactersLetter; }
- const ::std::vector< XMLPropertyState > & _GetProperties() { return GetProperties(); }
+ const ::std::vector< XMLPropertyState > & GetProperties_() { return GetProperties(); }
};
#endif