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/inc/datauno.hxx | |
parent | 50cc5b9537aef1f9bdc3a79af263620f9d79b43d (diff) |
moved ScSortParam from global to sortparam.[ch]xx
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 c62a0d361e9f..203051c23d37 100644 --- a/sc/inc/datauno.hxx +++ b/sc/inc/datauno.hxx @@ -2,9 +2,9 @@ * * $RCSfile: datauno.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:44:48 $ + * last change: $Author: er $ $Date: 2001-03-12 16:43:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -143,6 +143,8 @@ class ScSubTotalFieldObj; class ScDatabaseRangeObj; class ScDataPilotDescriptorBase; +struct ScSortParam; + class ScDataUnoConversion { |