diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 09:00:27 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 09:00:27 +0000 |
commit | 1efcac5228de9c02e08b6054b968e217a0198b72 (patch) | |
tree | 4f44f8d3c4f29693f594e457d32cd7939397860e /sc/inc/addincol.hxx | |
parent | a3e3d07a0ddf05879ebf8ed49c1e546dad18f3e0 (diff) |
INTEGRATION: CWS rowlimit (1.4.302); FILE MERGED
2004/03/15 17:39:53 er 1.4.302.2: RESYNC: (1.4-1.5); FILE MERGED
2003/11/28 19:47:15 er 1.4.302.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx
Diffstat (limited to 'sc/inc/addincol.hxx')
-rw-r--r-- | sc/inc/addincol.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sc/inc/addincol.hxx b/sc/inc/addincol.hxx index 3d405da7d6ec..3a89c7f7a4e4 100644 --- a/sc/inc/addincol.hxx +++ b/sc/inc/addincol.hxx @@ -2,9 +2,9 @@ * * $RCSfile: addincol.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2004-03-08 11:39:55 $ + * last change: $Author: obo $ $Date: 2004-06-04 10:00:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -91,6 +91,10 @@ #include <com/sun/star/sheet/LocalizedName.hpp> #endif +#ifndef _STRING_HXX +#include <tools/string.hxx> +#endif + #ifndef _LANG_HXX #include <tools/lang.hxx> #endif |