summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-26 00:00:36 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-26 00:00:36 +0100
commit8c38ea89992bac2712c36e09ed368c57691b2c1c (patch)
tree3b1770ac02d315510dc3b623f29dd1fc7b0ac7e4 /tools
parent0ba7fc320d66928fd13ebb86e8f7391272989f44 (diff)
Remove completely the empty tools/svwin.h
Diffstat (limited to 'tools')
-rw-r--r--tools/Package_inc.mk1
-rw-r--r--tools/inc/tools/svwin.h34
-rwxr-xr-xtools/source/fsys/filecopy.cxx4
3 files changed, 1 insertions, 38 deletions
diff --git a/tools/Package_inc.mk b/tools/Package_inc.mk
index 3ee8689671b1..5062bd0be301 100644
--- a/tools/Package_inc.mk
+++ b/tools/Package_inc.mk
@@ -88,7 +88,6 @@ $(eval $(call gb_Package_add_file,tools_inc,inc/tools/stream.hxx,tools/stream.hx
$(eval $(call gb_Package_add_file,tools_inc,inc/tools/string.hxx,tools/string.hxx))
$(eval $(call gb_Package_add_file,tools_inc,inc/tools/svborder.hxx,tools/svborder.hxx))
$(eval $(call gb_Package_add_file,tools_inc,inc/tools/svlibrary.hxx,tools/svlibrary.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/svwin.h,tools/svwin.h))
$(eval $(call gb_Package_add_file,tools_inc,inc/tools/table.hxx,tools/table.hxx))
$(eval $(call gb_Package_add_file,tools_inc,inc/tools/tempfile.hxx,tools/tempfile.hxx))
$(eval $(call gb_Package_add_file,tools_inc,inc/tools/tenccvt.hxx,tools/tenccvt.hxx))
diff --git a/tools/inc/tools/svwin.h b/tools/inc/tools/svwin.h
deleted file mode 100644
index 6adc4b8a2c1a..000000000000
--- a/tools/inc/tools/svwin.h
+++ /dev/null
@@ -1,34 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * This file is part of OpenOffice.org.
- *
- * OpenOffice.org is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License version 3
- * only, as published by the Free Software Foundation.
- *
- * OpenOffice.org is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License version 3 for more details
- * (a copy is included in the LICENSE file that accompanied this code).
- *
- * You should have received a copy of the GNU Lesser General Public License
- * version 3 along with OpenOffice.org. If not, see
- * <http://www.openoffice.org/license.html>
- * for a copy of the LGPLv3 License.
- *
- ************************************************************************/
-
-#ifndef _SVWIN_H
-#define _SVWIN_H
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/source/fsys/filecopy.cxx b/tools/source/fsys/filecopy.cxx
index 82f776b5854a..ddce58f66cb2 100755
--- a/tools/source/fsys/filecopy.cxx
+++ b/tools/source/fsys/filecopy.cxx
@@ -30,10 +30,8 @@
#include "precompiled_tools.hxx"
#if defined WNT
-#ifndef _SVWIN_H
+#include <windows.h>
#include <io.h>
-#include <tools/svwin.h>
-#endif
#elif defined(OS2)
#include <sys/types.h>