diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-03-26 14:30:29 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-03-26 16:21:40 -0400 |
commit | 1b7bfb7b36964116138d2abd4e2b6aa07b6ef1e2 (patch) | |
tree | e0c633c2eda51bb415e841d4355d5133835ab91d /svx/inc | |
parent | 98add982f5fe7e30855b5ecf5495ecfa31533852 (diff) |
UniString to rtl::OUString.
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/gallery.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/inc/svx/gallery.hxx b/svx/inc/svx/gallery.hxx index c8ca0218d770..ada3a7572e29 100644 --- a/svx/inc/svx/gallery.hxx +++ b/svx/inc/svx/gallery.hxx @@ -231,6 +231,7 @@ public: // FillObjList is filling rObjList with Strings of the internal Gallery Object URL static sal_Bool FillObjList( const String& rThemeName, std::vector<String> &rObjList ); static sal_Bool FillObjList( const sal_uInt32 nThemeId, std::vector<String> &rObjList ); + static bool FillObjList( const sal_uInt32 nThemeId, std::vector<rtl::OUString> &rObjList ); // FillObjTitleList is filling the rList with the title for each gallery object static sal_Bool FillObjListTitle( const sal_uInt32 nThemeId, std::vector< rtl::OUString >& rList ); |