diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-12-10 23:06:35 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-12-10 23:06:35 +0100 |
commit | 01a1d08f17800fb7118835a13230226f536d627f (patch) | |
tree | 1655855cb12613cf53d884ab380b0df952c1d685 /sfx2/source/appl/appbas.cxx | |
parent | 8747398283b8217bbfcb2ef32bed0e1075b50c39 (diff) |
#i107450#: move SvxSearchIten to svl
Diffstat (limited to 'sfx2/source/appl/appbas.cxx')
-rw-r--r-- | sfx2/source/appl/appbas.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/appbas.cxx b/sfx2/source/appl/appbas.cxx index 4fe352c3c4bc..f2687fcb34ec 100644 --- a/sfx2/source/appl/appbas.cxx +++ b/sfx2/source/appl/appbas.cxx @@ -89,7 +89,7 @@ #define ITEMID_SEARCH SID_SEARCH_ITEM -#include <sfx2/srchitem.hxx> +#include <svl/srchitem.hxx> #include <vos/socket.hxx> #define SFX_TYPEMAP |