summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-03-26 14:30:29 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-03-26 16:21:40 -0400
commit1b7bfb7b36964116138d2abd4e2b6aa07b6ef1e2 (patch)
treee0c633c2eda51bb415e841d4355d5133835ab91d /svx/inc
parent98add982f5fe7e30855b5ecf5495ecfa31533852 (diff)
UniString to rtl::OUString.
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/svx/gallery.hxx1
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 );