INTEGRATION: CWS rowlimit (1.1.338); FILE MERGED
2003/11/28 19:47:26 er 1.1.338.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx
This commit is contained in:
parent
f8dd1001ed
commit
60c2e89272
1 changed files with 9 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: scimpexpmsg.hxx,v $
|
||||
*
|
||||
* $Revision: 1.1 $
|
||||
* $Revision: 1.2 $
|
||||
*
|
||||
* last change: $Author: gt $ $Date: 2001-02-14 09:26:29 $
|
||||
* last change: $Author: obo $ $Date: 2004-06-04 10:14:57 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -63,6 +63,13 @@
|
|||
#define SC_SCIMPEXPMSG_HXX
|
||||
|
||||
|
||||
#ifndef _STRING_HXX
|
||||
#include <tools/string.hxx>
|
||||
#endif
|
||||
#ifndef _SOLAR_H
|
||||
#include <tools/solar.h>
|
||||
#endif
|
||||
|
||||
enum ScImpExpMsg
|
||||
{
|
||||
SC_IMPEXPMSG_UNKNOWN
|
||||
|
|
Loading…
Reference in a new issue