summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/uiitems.hxx
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2001-03-12 15:49:49 +0000
committerEike Rathke <er@openoffice.org>2001-03-12 15:49:49 +0000
commit060e2fd5a9278c108bfe4087a65efb9937665299 (patch)
tree4401210afd32c221517ddbf84f24d6ab6e58199d /sc/source/ui/inc/uiitems.hxx
parent50cc5b9537aef1f9bdc3a79af263620f9d79b43d (diff)
moved ScSortParam from global to sortparam.[ch]xx
Diffstat (limited to 'sc/source/ui/inc/uiitems.hxx')
-rw-r--r--sc/source/ui/inc/uiitems.hxx7
1 files changed, 5 insertions, 2 deletions
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>