diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 09:15:37 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 09:15:37 +0000 |
commit | fe02df902d6fb04654776dda9ad302ef51fbac33 (patch) | |
tree | a4fa431d6311c7f3d4658a24649bd5ed5961b333 /sc/inc/shapeuno.hxx | |
parent | 9e10d0def636e8bf20270ddf6914fed25c8b0e4d (diff) |
INTEGRATION: CWS rowlimit (1.6.302); FILE MERGED
2003/11/28 19:47:27 er 1.6.302.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx
Diffstat (limited to 'sc/inc/shapeuno.hxx')
-rw-r--r-- | sc/inc/shapeuno.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sc/inc/shapeuno.hxx b/sc/inc/shapeuno.hxx index 551874818691..64340bd8059c 100644 --- a/sc/inc/shapeuno.hxx +++ b/sc/inc/shapeuno.hxx @@ -2,9 +2,9 @@ * * $RCSfile: shapeuno.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: nn $ $Date: 2002-11-27 18:21:48 $ + * last change: $Author: obo $ $Date: 2004-06-04 10:15:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,6 +62,10 @@ #ifndef SC_SHAPEUNO_HXX #define SC_SHAPEUNO_HXX +#ifndef _SOLAR_H +#include <tools/solar.h> +#endif + #ifndef _COM_SUN_STAR_BEANS_XPROPERTYSTATE_HPP_ #include <com/sun/star/beans/XPropertyState.hpp> #endif |