diff options
author | Eike Rathke <erack@redhat.com> | 2014-05-09 20:51:12 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2014-05-10 00:39:43 +0200 |
commit | 0b2c8a8b2b7cd41ed8e25d2e184a8e7241abed02 (patch) | |
tree | 21523e4ff5463c609e3f4122dd218e977ad70353 /include | |
parent | de8f5f2af78877bc63b462195ce63341f6ba7817 (diff) |
added ResStringArray::AddItem()
Change-Id: I361cd4256c0816a46ea6e37dd9fd2680d3dba9fb
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/resary.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tools/resary.hxx b/include/tools/resary.hxx index b29d67b60bf3..21a662551136 100644 --- a/include/tools/resary.hxx +++ b/include/tools/resary.hxx @@ -53,6 +53,8 @@ public: sal_uInt32 Count() const { return sal_uInt32(m_aStrings.size()); } sal_uInt32 FindIndex( sal_IntPtr nValue ) const; + + sal_uInt32 AddItem( const OUString& rString, sal_IntPtr nValue ); }; #endif |