summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2009-12-10 23:06:35 +0100
committerMathias Bauer <mba@openoffice.org>2009-12-10 23:06:35 +0100
commitd153d2bab7c1f8342438e1dc3ab47344502cf29e (patch)
tree13ef81076b3d0cad21247ed7edfc9fc5b3dd8cde /basctl
parent557dd8031d3b8221e2664a8149401226a67d0f08 (diff)
#i107450#: move SvxSearchIten to svl
Diffstat (limited to 'basctl')
-rw-r--r--basctl/inc/pch/precompiled_basctl.hxx2
-rw-r--r--basctl/source/basicide/ide_pch.hxx2
-rw-r--r--basctl/source/basicide/iderdll.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/basctl/inc/pch/precompiled_basctl.hxx b/basctl/inc/pch/precompiled_basctl.hxx
index be1612ea7429..b29702a42489 100644
--- a/basctl/inc/pch/precompiled_basctl.hxx
+++ b/basctl/inc/pch/precompiled_basctl.hxx
@@ -163,7 +163,7 @@
#define ITEMID_LINE 0
#define ITEMID_BRUSH 0
-#include "svx/srchitem.hxx"
+#include "svl/srchitem.hxx"
#include "svx/flstitem.hxx"
#include "svx/fontitem.hxx"
#include "svx/postitem.hxx"
diff --git a/basctl/source/basicide/ide_pch.hxx b/basctl/source/basicide/ide_pch.hxx
index 9f294b87577d..60432ef4745f 100644
--- a/basctl/source/basicide/ide_pch.hxx
+++ b/basctl/source/basicide/ide_pch.hxx
@@ -106,7 +106,7 @@
#define ITEMID_LINE 0
#define ITEMID_BRUSH 0
-#include <svx/srchitem.hxx>
+#include <svl/srchitem.hxx>
#include <svx/flstitem.hxx>
#include <svx/fontitem.hxx>
#include <svx/postitem.hxx>
diff --git a/basctl/source/basicide/iderdll.cxx b/basctl/source/basicide/iderdll.cxx
index 5f2ed2301758..4ed67919c504 100644
--- a/basctl/source/basicide/iderdll.cxx
+++ b/basctl/source/basicide/iderdll.cxx
@@ -56,7 +56,7 @@
#define ITEMID_SEARCH 0
-#include <svx/srchitem.hxx>
+#include <svl/srchitem.hxx>
#include <com/sun/star/script/XLibraryContainerPassword.hpp>
using ::rtl::OUString;