diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-01-29 14:49:56 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-01-29 14:49:56 +0000 |
commit | 102807d4f7d834983d79ed4c388fbce370b93c33 (patch) | |
tree | 65542904918f0c70a86bccb6eb487f6121f4cae3 /sc/source/ui/view/gridwin5.cxx | |
parent | 566d62fdcbc980c892bee1bab543b337c44d3b96 (diff) |
INTEGRATION: CWS dr58_SRC680 (1.21.94); FILE MERGED
2008/01/11 12:49:58 dr 1.21.94.1: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header
Diffstat (limited to 'sc/source/ui/view/gridwin5.cxx')
-rw-r--r-- | sc/source/ui/view/gridwin5.cxx | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/sc/source/ui/view/gridwin5.cxx b/sc/source/ui/view/gridwin5.cxx index 9e51816e4d9c..ef402d0d7312 100644 --- a/sc/source/ui/view/gridwin5.cxx +++ b/sc/source/ui/view/gridwin5.cxx @@ -4,9 +4,9 @@ * * $RCSfile: gridwin5.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: rt $ $Date: 2007-07-06 12:46:43 $ + * last change: $Author: rt $ $Date: 2008-01-29 15:49:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,23 +49,13 @@ #include <vcl/cursor.hxx> #include <vcl/help.hxx> #include <tools/urlobj.hxx> -#ifndef _SFXVIEWFRM_HXX #include <sfx2/viewfrm.hxx> -#endif -#ifndef _UNOTOOLS_LOCALEDATAWRAPPER_HXX #include <unotools/localedatawrapper.hxx> -#endif -#ifndef SC_VIEWUNO_HXX #include "viewuno.hxx" -#endif -#ifndef _SC_ACCESSIBLEDOCUMENT_HXX #include "AccessibleDocument.hxx" -#endif -#ifndef _COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLE_HPP_ #include <com/sun/star/accessibility/XAccessible.hpp> -#endif #include "gridwin.hxx" #include "viewdata.hxx" @@ -79,6 +69,7 @@ #include "dbfunc.hxx" #include "tabvwsh.hxx" #include "userdat.hxx" +#include "postit.hxx" // ----------------------------------------------------------------------- |