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 | ad59eb6e7139a282e1ca880e5e254c5cbd496e17 (patch) | |
tree | 032d7557ab942b553ede368a7f0f6e2cc3957822 /sd/source/ui/func | |
parent | 6495925b72788d045dfaa76476e407f9d23c0ea3 (diff) |
#i107450#: move SvxSearchIten to svl
Diffstat (limited to 'sd/source/ui/func')
-rw-r--r-- | sd/source/ui/func/fusearch.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/func/fusearch.cxx b/sd/source/ui/func/fusearch.cxx index 0164d0f1fb24..93afa31c119f 100644 --- a/sd/source/ui/func/fusearch.cxx +++ b/sd/source/ui/func/fusearch.cxx @@ -37,7 +37,7 @@ #include <sfx2/viewfrm.hxx> #include <svx/svxids.hrc> -#include <sfx2/srchitem.hxx> +#include <svl/srchitem.hxx> #include <svx/srchdlg.hxx> #include <sfx2/bindings.hxx> #include "fupoor.hxx" |