diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-03-09 17:20:27 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-10 18:32:02 +0100 |
commit | df808bec43ce5204b9b6730e91bef17bf1557ee9 (patch) | |
tree | 0e9a17657a3db552adc43cf6b6bf07d325547777 /include | |
parent | ee4e520d11bfb266c69c66511eee443d0bc7cc31 (diff) |
Avoid reserved identifier
Change-Id: Iea66c7230f4570d6a2b88a514958788eb4105ffb
Diffstat (limited to 'include')
-rw-r--r-- | include/svl/aeitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/aeitem.hxx b/include/svl/aeitem.hxx index 715d7419d40c..e0f4254b3c7e 100644 --- a/include/svl/aeitem.hxx +++ b/include/svl/aeitem.hxx @@ -32,7 +32,7 @@ class SVL_DLLPUBLIC SfxAllEnumItem: public SfxEnumItem std::vector<sal_uInt16>* pDisabledValues; protected: - sal_uInt16 _GetPosByValue( sal_uInt16 nValue ) const; + sal_uInt16 GetPosByValue_( sal_uInt16 nValue ) const; public: static SfxPoolItem* CreateDefault(); |