diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-01-07 09:10:34 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-01-07 09:10:34 -0500 |
commit | a0bd898b3d425063b55503bcd7b5af8eb0f6ef62 (patch) | |
tree | 8809e9cb3c56db5082ffc26bc6a6462025fb5381 /sc/source/ui/inc | |
parent | 50e1b982ff532184892b63dd2634571b2ef6ce8e (diff) | |
parent | 989eab85ffddf68cff47d562c55812ad6689ef03 (diff) |
kohei03: rebased to DEV300_m68.
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r-- | sc/source/ui/inc/pfiltdlg.hxx | 2 | ||||
-rw-r--r-- | sc/source/ui/inc/uiitems.hxx | 1 | ||||
-rw-r--r-- | sc/source/ui/inc/undodat.hxx | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/sc/source/ui/inc/pfiltdlg.hxx b/sc/source/ui/inc/pfiltdlg.hxx index 4009f06417dc..2896df74d818 100644 --- a/sc/source/ui/inc/pfiltdlg.hxx +++ b/sc/source/ui/inc/pfiltdlg.hxx @@ -53,8 +53,8 @@ #ifndef _COMBOBOX_HXX //autogen #include <vcl/combobox.hxx> #endif -#include "global.hxx" // -> ScQueryParam #include "address.hxx" +#include "queryparam.hxx" //------------------------------------------------------------------ diff --git a/sc/source/ui/inc/uiitems.hxx b/sc/source/ui/inc/uiitems.hxx index bfa1603adb80..23e266bded17 100644 --- a/sc/source/ui/inc/uiitems.hxx +++ b/sc/source/ui/inc/uiitems.hxx @@ -34,6 +34,7 @@ #include "scdllapi.h" #include "conditio.hxx" #include "sortparam.hxx" +#include "queryparam.hxx" #include "paramisc.hxx" #include <svl/poolitem.hxx> diff --git a/sc/source/ui/inc/undodat.hxx b/sc/source/ui/inc/undodat.hxx index 3e92fc5fd5fa..40d9073e2e0a 100644 --- a/sc/source/ui/inc/undodat.hxx +++ b/sc/source/ui/inc/undodat.hxx @@ -36,6 +36,7 @@ #include "rangelst.hxx" // ScRangeListRef #include "markdata.hxx" #include "sortparam.hxx" +#include "queryparam.hxx" #include "pivot.hxx" class ScDocShell; |