summaryrefslogtreecommitdiff
path: root/include/xmloff/txtstyli.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-03-29 08:07:14 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-03-29 07:11:31 +0000
commit9b1307f790c550d91b062cbdf1e3fe41d7e7ea4a (patch)
tree27c83c2ce3bf42b6f97c8dba74115e8ae3ded4ed /include/xmloff/txtstyli.hxx
parentdf15d17fa54257019ed92fe65d3a4a200a5f6027 (diff)
Avoid reserved identifiers
Change-Id: I759939aa74570be63f5d41814c22aad1851d65c4 Reviewed-on: https://gerrit.libreoffice.org/23587 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
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