diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 17:53:17 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 17:53:17 +0000 |
commit | bb6143e42b7939bb26d7780fe4bcfe0ca2ccef02 (patch) | |
tree | 6ee46087a0bfb5349c3ed6134fa5005a7c059395 | |
parent | 4f8fdbb2f9bbcb84befcf56cf2aa0e9f55acfbd9 (diff) |
INTEGRATION: CWS vclcleanup02 (1.39.54); FILE MERGED
2003/12/05 16:29:51 mt 1.39.54.2: RESYNC: (1.39-1.40); FILE MERGED
2003/12/04 16:56:50 mt 1.39.54.1: #i23061# Removed/Changed old StarView stuff
-rw-r--r-- | sc/source/core/data/documen2.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/source/core/data/documen2.cxx b/sc/source/core/data/documen2.cxx index 8949f5d50949..1380b673c04f 100644 --- a/sc/source/core/data/documen2.cxx +++ b/sc/source/core/data/documen2.cxx @@ -2,9 +2,9 @@ * * $RCSfile: documen2.cxx,v $ * - * $Revision: 1.40 $ + * $Revision: 1.41 $ * - * last change: $Author: rt $ $Date: 2003-12-01 09:49:53 $ + * last change: $Author: vg $ $Date: 2004-01-06 18:53:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -261,7 +261,6 @@ #include <sfx2/printer.hxx> #include <svtools/zforlist.hxx> #include <svtools/zformat.hxx> -#include <vcl/system.hxx> #include <comphelper/processfactory.hxx> #ifndef _SVTOOLS_PASSWORDHELPER_HXX #include <svtools/PasswordHelper.hxx> |