diff options
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r-- | sc/source/ui/inc/dbfunc.hxx | 1 | ||||
-rw-r--r-- | sc/source/ui/inc/tpsubt.hxx | 1 | ||||
-rw-r--r-- | sc/source/ui/inc/uiitems.hxx | 1 | ||||
-rw-r--r-- | sc/source/ui/inc/undodat.hxx | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/sc/source/ui/inc/dbfunc.hxx b/sc/source/ui/inc/dbfunc.hxx index 823b4509fcc5..e944ff171983 100644 --- a/sc/source/ui/inc/dbfunc.hxx +++ b/sc/source/ui/inc/dbfunc.hxx @@ -43,6 +43,7 @@ class ScDPObject; class ScDPSaveData; class ScStrCollection; struct ScDPNumGroupInfo; +struct ScSubTotalParam; // --------------------------------------------------------------------------- diff --git a/sc/source/ui/inc/tpsubt.hxx b/sc/source/ui/inc/tpsubt.hxx index 049633ad40b6..8a49eabe10d4 100644 --- a/sc/source/ui/inc/tpsubt.hxx +++ b/sc/source/ui/inc/tpsubt.hxx @@ -41,6 +41,7 @@ class ScViewData; class ScDocument; +struct ScSubTotalParam; //======================================================================== // Gruppenseiten: Basisklasse diff --git a/sc/source/ui/inc/uiitems.hxx b/sc/source/ui/inc/uiitems.hxx index f35302c92901..584b6e5dc815 100644 --- a/sc/source/ui/inc/uiitems.hxx +++ b/sc/source/ui/inc/uiitems.hxx @@ -33,6 +33,7 @@ #include "conditio.hxx" #include "sortparam.hxx" #include "queryparam.hxx" +#include "subtotalparam.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 2aebb30a0cc5..f8d26d008daa 100644 --- a/sc/source/ui/inc/undodat.hxx +++ b/sc/source/ui/inc/undodat.hxx @@ -35,6 +35,7 @@ #include "markdata.hxx" #include "sortparam.hxx" #include "queryparam.hxx" +#include "subtotalparam.hxx" #include "pivot.hxx" class ScDocShell; |