diff options
Diffstat (limited to 'cui/source/inc/cuigaldlg.hxx')
-rw-r--r-- | cui/source/inc/cuigaldlg.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cui/source/inc/cuigaldlg.hxx b/cui/source/inc/cuigaldlg.hxx index 6254a9150038..536c94f1b454 100644 --- a/cui/source/inc/cuigaldlg.hxx +++ b/cui/source/inc/cuigaldlg.hxx @@ -47,7 +47,7 @@ #include <com/sun/star/media/XPlayer.hpp> #include <com/sun/star/ui/dialogs/XFolderPicker.hpp> #include <svtools/dialogclosedlistener.hxx> -#include <bootstrp/sstring.hxx> +#include <vector> // ------------ // - Forwards - @@ -59,6 +59,8 @@ class SearchProgress; class TakeProgress; class TPGalleryThemeProperties; +typedef ::std::vector< UniString* > StringList; + // --------------- // - FilterEntry - // --------------- |