diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-10-16 00:05:16 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-10-16 00:05:16 +0200 |
commit | 9f2fde7ab5de20926bb25a6b298b4e5dffb66eb2 (patch) | |
tree | ec41adfa92c0f9c839beb0ca704bfc03c6b303e9 /svx/inc/srchdlg.hxx | |
parent | 074a6a2e1665983e5e9961c85a38b49c146a672c (diff) |
#i103496#: split svtools; improve ConfitItems
Diffstat (limited to 'svx/inc/srchdlg.hxx')
-rw-r--r-- | svx/inc/srchdlg.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/srchdlg.hxx b/svx/inc/srchdlg.hxx index f002113cb565..cd4006e86690 100644 --- a/svx/inc/srchdlg.hxx +++ b/svx/inc/srchdlg.hxx @@ -57,9 +57,9 @@ #endif #include <sfx2/childwin.hxx> #include <sfx2/basedlgs.hxx> -#include <svtools/svarray.hxx> +#include <svl/svarray.hxx> #define _SVSTDARR_STRINGSDTOR -#include <svtools/svstdarr.hxx> +#include <svl/svstdarr.hxx> #include <svtools/svmedit.hxx> #include <sfx2/srchdefs.hxx> #include "svx/svxdllapi.h" |