diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 09:11:29 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 09:11:29 +0000 |
commit | f36f163ae991ecf2b215f28a2f6a601e06b90ec0 (patch) | |
tree | 2bee163f506bd2361dc9110fbcbeb99d5655e98c /sc/inc/notesuno.hxx | |
parent | 545b54a09548c48505f3799e4474e290797c6b8a (diff) |
INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED
2003/11/28 19:47:24 er 1.1.1.1.346.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx
Diffstat (limited to 'sc/inc/notesuno.hxx')
-rw-r--r-- | sc/inc/notesuno.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/notesuno.hxx b/sc/inc/notesuno.hxx index 785f53fbafc1..319b28ba3205 100644 --- a/sc/inc/notesuno.hxx +++ b/sc/inc/notesuno.hxx @@ -2,9 +2,9 @@ * * $RCSfile: notesuno.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:44:49 $ + * last change: $Author: obo $ $Date: 2004-06-04 10:11:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,8 +62,8 @@ #ifndef SC_NOTESUNO_HXX #define SC_NOTESUNO_HXX -#ifndef SC_SCGLOB_HXX -#include "global.hxx" // ScRange, ScAddress +#ifndef SC_ADDRESS_HXX +#include "address.hxx" #endif #ifndef _SFXLSTNER_HXX //autogen |