diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-01-08 11:03:10 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-01-08 11:03:10 -0500 |
commit | 7df739c8c871e8b0e2d0919c375d44a1d0cbfc40 (patch) | |
tree | 93786d902637ad61179fdc2dad812479f1edf4d1 /sc/inc/datauno.hxx | |
parent | 3d7ed8a6b4043d08ad2d5ff009291362e1031386 (diff) |
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.hxx | 4 |
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; |