From 060e2fd5a9278c108bfe4087a65efb9937665299 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Mon, 12 Mar 2001 15:49:49 +0000 Subject: moved ScSortParam from global to sortparam.[ch]xx --- sc/source/ui/inc/uiitems.hxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sc/source/ui/inc/uiitems.hxx') 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 -- cgit