diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-02-12 17:46:41 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-02-12 17:46:41 +0100 |
commit | 4ed2a42bf1d412f75371ed890305d4429c11b20d (patch) | |
tree | 9bfa23966a1d3a3b7755253d1e0f82444312e69b /sc/inc/datauno.hxx | |
parent | d17a054c8c441ffb075ef157e4818e8b190038a8 (diff) | |
parent | eff8202ca2f213d18ad360ebd3929e139697f513 (diff) |
CWS-TOOLING: integrate CWS kohei03
Diffstat (limited to 'sc/inc/datauno.hxx')
-rw-r--r-- | sc/inc/datauno.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/inc/datauno.hxx b/sc/inc/datauno.hxx index 6cd2d1555bdf..4abec2ce44c2 100644 --- a/sc/inc/datauno.hxx +++ b/sc/inc/datauno.hxx @@ -32,8 +32,8 @@ #define SC_DATAUNO_HXX #include "global.hxx" -#include <svl/itemprop.hxx> -#include <svl/lstner.hxx> +#include "queryparam.hxx" + #include <com/sun/star/sheet/TableFilterField.hpp> #include <com/sun/star/sheet/GeneralFunction.hpp> #include <com/sun/star/sheet/XCellRangeReferrer.hpp> @@ -56,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; |