diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 09:11:15 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 09:11:15 +0000 |
commit | 545b54a09548c48505f3799e4474e290797c6b8a (patch) | |
tree | d2a44d3019babdfb873423bc718c34900817df8f /sc/inc/nameuno.hxx | |
parent | 310fe3fd8e5d07821975d5b845eecbc02c082156 (diff) |
INTEGRATION: CWS rowlimit (1.2.346); FILE MERGED
2003/11/28 19:47:24 er 1.2.346.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx
Diffstat (limited to 'sc/inc/nameuno.hxx')
-rw-r--r-- | sc/inc/nameuno.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/nameuno.hxx b/sc/inc/nameuno.hxx index 61a41979d35d..7e80202c09e3 100644 --- a/sc/inc/nameuno.hxx +++ b/sc/inc/nameuno.hxx @@ -2,9 +2,9 @@ * * $RCSfile: nameuno.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: nn $ $Date: 2000-10-09 18:03:53 $ + * last change: $Author: obo $ $Date: 2004-06-04 10:11:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -66,8 +66,8 @@ #include <svtools/lstner.hxx> #endif -#ifndef SC_SCGLOB_HXX -#include "global.hxx" // ScRange +#ifndef SC_ADDRESS_HXX +#include "address.hxx" #endif #ifndef _COM_SUN_STAR_SHEET_XLABELRANGE_HPP_ |