diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 09:17:04 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 09:17:04 +0000 |
commit | 6e308c5de1b5e75c15dcb05393f0339ef0f975a6 (patch) | |
tree | 931cd27a1b07a857b5d0f714328ecb99c1897ce3 /sc/inc/targuno.hxx | |
parent | 1fc594f3f974e789054640fcc0fbdaa9a0d42ff9 (diff) |
INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED
2003/11/28 19:47:27 er 1.1.1.1.346.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx
Diffstat (limited to 'sc/inc/targuno.hxx')
-rw-r--r-- | sc/inc/targuno.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/inc/targuno.hxx b/sc/inc/targuno.hxx index 58c0dc6e8319..24e247338f4f 100644 --- a/sc/inc/targuno.hxx +++ b/sc/inc/targuno.hxx @@ -2,9 +2,9 @@ * * $RCSfile: targuno.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:44:50 $ + * last change: $Author: obo $ $Date: 2004-06-04 10:17:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,6 +65,9 @@ #ifndef _SFXLSTNER_HXX //autogen #include <svtools/lstner.hxx> #endif +#ifndef _STRING_HXX +#include <tools/string.hxx> +#endif #ifndef _COM_SUN_STAR_DOCUMENT_XLINKTARGETSUPPLIER_HPP_ #include <com/sun/star/document/XLinkTargetSupplier.hpp> |