diff options
author | Eike Rathke <er@openoffice.org> | 2001-03-12 15:49:49 +0000 |
---|---|---|
committer | Eike Rathke <er@openoffice.org> | 2001-03-12 15:49:49 +0000 |
commit | 060e2fd5a9278c108bfe4087a65efb9937665299 (patch) | |
tree | 4401210afd32c221517ddbf84f24d6ab6e58199d /sc/source/ui/inc | |
parent | 50cc5b9537aef1f9bdc3a79af263620f9d79b43d (diff) |
moved ScSortParam from global to sortparam.[ch]xx
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r-- | sc/source/ui/inc/tpsort.hxx | 5 | ||||
-rw-r--r-- | sc/source/ui/inc/uiitems.hxx | 7 | ||||
-rw-r--r-- | sc/source/ui/inc/undodat.hxx | 8 |
3 files changed, 14 insertions, 6 deletions
diff --git a/sc/source/ui/inc/tpsort.hxx b/sc/source/ui/inc/tpsort.hxx index 6d2b769f9cb4..b2b871272cde 100644 --- a/sc/source/ui/inc/tpsort.hxx +++ b/sc/source/ui/inc/tpsort.hxx @@ -2,9 +2,9 @@ * * $RCSfile: tpsort.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:45:01 $ + * last change: $Author: er $ $Date: 2001-03-12 16:49:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -98,6 +98,7 @@ class ScViewData; class ScSortDlg; +struct ScSortParam; //======================================================================== // Kriterien diff --git a/sc/source/ui/inc/uiitems.hxx b/sc/source/ui/inc/uiitems.hxx index 89d3cb1df1ca..f64f4b2989f8 100644 --- a/sc/source/ui/inc/uiitems.hxx +++ b/sc/source/ui/inc/uiitems.hxx @@ -2,9 +2,9 @@ * * $RCSfile: uiitems.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:45:01 $ + * last change: $Author: er $ $Date: 2001-03-12 16:49:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,6 +65,9 @@ #ifndef SC_CONDITIO_HXX #include "conditio.hxx" #endif +#ifndef SC_SORTPARAM_HXX +#include "sortparam.hxx" +#endif #ifndef _SFXPOOLITEM_HXX //autogen #include <svtools/poolitem.hxx> diff --git a/sc/source/ui/inc/undodat.hxx b/sc/source/ui/inc/undodat.hxx index 3e794f8da85b..caac620d033e 100644 --- a/sc/source/ui/inc/undodat.hxx +++ b/sc/source/ui/inc/undodat.hxx @@ -2,9 +2,9 @@ * * $RCSfile: undodat.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:45:02 $ + * last change: $Author: er $ $Date: 2001-03-12 16:49:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,6 +78,10 @@ #include "markdata.hxx" #endif +#ifndef SC_SORTPARAM_HXX +#include "sortparam.hxx" +#endif + class ScDocShell; class ScDocument; |