summaryrefslogtreecommitdiffstats
path: root/sc/inc/datauno.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-01-08 11:03:10 -0500
committerKohei Yoshida <kyoshida@novell.com>2010-01-08 11:03:10 -0500
commit7df739c8c871e8b0e2d0919c375d44a1d0cbfc40 (patch)
tree93786d902637ad61179fdc2dad812479f1edf4d1 /sc/inc/datauno.hxx
parentkohei03: Worked around a build error on MacIntel. (diff)
downloadcore-7df739c8c871e8b0e2d0919c375d44a1d0cbfc40.tar.gz
core-7df739c8c871e8b0e2d0919c375d44a1d0cbfc40.zip
kohei03: Fix a build breakage.
Apparently some headers have been relocated from svtools to svl.
Diffstat (limited to 'sc/inc/datauno.hxx')
-rw-r--r--sc/inc/datauno.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/datauno.hxx b/sc/inc/datauno.hxx
index 045e98d3161b..4abec2ce44c2 100644
--- a/sc/inc/datauno.hxx
+++ b/sc/inc/datauno.hxx
@@ -34,8 +34,6 @@
#include "global.hxx"
#include "queryparam.hxx"
-#include <svtools/itemprop.hxx>
-#include <svtools/lstner.hxx>
#include <com/sun/star/sheet/TableFilterField.hpp>
#include <com/sun/star/sheet/GeneralFunction.hpp>
#include <com/sun/star/sheet/XCellRangeReferrer.hpp>
@@ -58,6 +56,8 @@
#include <cppuhelper/implbase4.hxx>
#include <cppuhelper/implbase5.hxx>
#include <cppuhelper/implbase6.hxx>
+#include "svl/itemprop.hxx"
+#include "svl/lstner.hxx"
class ScDBData;
class ScDocShell;