INTEGRATION: CWS rowlimit (1.3.178); FILE MERGED

2003/12/12 12:44:49 er 1.3.178.2: RESYNC: (1.3-1.4); FILE MERGED
2003/11/28 19:47:27 er 1.3.178.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx
This commit is contained in:
Oliver Bolte 2004-06-04 09:16:49 +00:00
parent f7e9960879
commit 1fc594f3f9

View file

@ -2,7 +2,7 @@
*
* $RCSfile: tabopparams.hxx,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $ $
*
@ -65,6 +65,10 @@
#ifndef SC_SCGLOB_HXX
#include "global.hxx"
#endif
#ifndef SC_ADDRESS_HXX
#include "address.hxx"
#endif
#include <vector>
class ScFormulaCell;