diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 09:06:09 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 09:06:09 +0000 |
commit | d4fcb2dd61dfb2c664be3b530d265d1603de8d93 (patch) | |
tree | 71d83ef58ac221b8fdeced92e22ede0ce7033319 /sc/inc/dbdocutl.hxx | |
parent | cd66d3bd054b724269de400e6047ac9bde1c4313 (diff) |
INTEGRATION: CWS rowlimit (1.1.344); FILE MERGED
2004/01/12 17:14:55 er 1.1.344.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short
Diffstat (limited to 'sc/inc/dbdocutl.hxx')
-rw-r--r-- | sc/inc/dbdocutl.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sc/inc/dbdocutl.hxx b/sc/inc/dbdocutl.hxx index 5b67b1001e48..e83158ac1441 100644 --- a/sc/inc/dbdocutl.hxx +++ b/sc/inc/dbdocutl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dbdocutl.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: nn $ $Date: 2000-10-26 18:56:19 $ + * last change: $Author: obo $ $Date: 2004-06-04 10:06:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,6 +62,10 @@ #ifndef SC_DBDOCUTL_HXX #define SC_DBDOCUTL_HXX +#ifndef SC_ADDRESS_HXX +#include "address.hxx" +#endif + #ifndef _SOLAR_H #include <tools/solar.h> #endif @@ -80,7 +84,7 @@ namespace com { namespace sun { namespace star { namespace sdbc { class ScDatabaseDocUtil { public: - static void PutData( ScDocument* pDoc, USHORT nCol, USHORT nRow, USHORT nTab, + static void PutData( ScDocument* pDoc, SCCOL nCol, SCROW nRow, SCTAB nTab, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRow>& xRow, long nRowPos, long nType, BOOL bCurrency, BOOL* pSimpleFlag = NULL ); |