summaryrefslogtreecommitdiff
path: root/include/tools/resary.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2014-05-09 20:51:12 +0200
committerEike Rathke <erack@redhat.com>2014-05-10 00:39:43 +0200
commit0b2c8a8b2b7cd41ed8e25d2e184a8e7241abed02 (patch)
tree21523e4ff5463c609e3f4122dd218e977ad70353 /include/tools/resary.hxx
parentde8f5f2af78877bc63b462195ce63341f6ba7817 (diff)
added ResStringArray::AddItem()
Change-Id: I361cd4256c0816a46ea6e37dd9fd2680d3dba9fb
Diffstat (limited to 'include/tools/resary.hxx')
-rw-r--r--include/tools/resary.hxx2
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