diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-05-06 15:13:08 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-05-06 15:13:08 +0200 |
commit | d8c5ac47fc19c8442f6e05913cf62e09505533a3 (patch) | |
tree | 1b0a596fe1598673550f14c83f168f38111d4df8 | |
parent | a0ff5b31f8ad34e1283d163299ffc004a5516e91 (diff) |
CWS gnumake2: don't create static libs in tools
-rw-r--r-- | cui/inc/pch/precompiled_cui.hxx | 1 | ||||
-rw-r--r-- | cui/source/inc/cuigaldlg.hxx | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cui/inc/pch/precompiled_cui.hxx b/cui/inc/pch/precompiled_cui.hxx index 5426960b0fc3..4a54d92ddf83 100644 --- a/cui/inc/pch/precompiled_cui.hxx +++ b/cui/inc/pch/precompiled_cui.hxx @@ -55,7 +55,6 @@ #include "boost/scoped_ptr.hpp" #include "boost/shared_ptr.hpp" #include "boost/spirit/core.hpp" -#include "bootstrp/sstring.hxx" #include "com/sun/star/accessibility/AccessibleEventId.hpp" #include "com/sun/star/accessibility/AccessibleEventObject.hpp" #include "com/sun/star/accessibility/AccessibleRelationType.hpp" diff --git a/cui/source/inc/cuigaldlg.hxx b/cui/source/inc/cuigaldlg.hxx index 56aedff40de1..954866383c4b 100644 --- a/cui/source/inc/cuigaldlg.hxx +++ b/cui/source/inc/cuigaldlg.hxx @@ -46,7 +46,8 @@ #include <com/sun/star/media/XPlayer.hpp> #include <com/sun/star/ui/dialogs/XFolderPicker.hpp> #include <svtools/dialogclosedlistener.hxx> -#include <bootstrp/sstring.hxx> + +DECLARE_LIST( StringList, String* ) // ------------ // - Forwards - |