summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-06-15 15:30:17 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-06-15 16:27:57 +0200
commitf5533a71fa335c9c66398dff980effff009acc8a (patch)
tree3baf1b09adf9866b5c90033421d83dee1f0459ba /tools
parentc2c37de076acd085e7c095a3f09aa59174ef4042 (diff)
Remove obsolete inetdef.hxx
Change-Id: I043e226a1cec527c51cbd91075634d5c9ca371d8
Diffstat (limited to 'tools')
-rw-r--r--tools/Package_inc.mk1
-rw-r--r--tools/inc/tools/inetdef.hxx46
2 files changed, 0 insertions, 47 deletions
diff --git a/tools/Package_inc.mk b/tools/Package_inc.mk
index 58c82700c047..f216f057be2c 100644
--- a/tools/Package_inc.mk
+++ b/tools/Package_inc.mk
@@ -49,7 +49,6 @@ $(eval $(call gb_Package_add_file,tools_inc,inc/tools/fsys.hxx,tools/fsys.hxx))
$(eval $(call gb_Package_add_file,tools_inc,inc/tools/gen.hxx,tools/gen.hxx))
$(eval $(call gb_Package_add_file,tools_inc,inc/tools/getprocessworkingdir.hxx,tools/getprocessworkingdir.hxx))
$(eval $(call gb_Package_add_file,tools_inc,inc/tools/globname.hxx,tools/globname.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/inetdef.hxx,tools/inetdef.hxx))
$(eval $(call gb_Package_add_file,tools_inc,inc/tools/inetmime.hxx,tools/inetmime.hxx))
$(eval $(call gb_Package_add_file,tools_inc,inc/tools/inetmsg.hxx,tools/inetmsg.hxx))
$(eval $(call gb_Package_add_file,tools_inc,inc/tools/inetstrm.hxx,tools/inetstrm.hxx))
diff --git a/tools/inc/tools/inetdef.hxx b/tools/inc/tools/inetdef.hxx
deleted file mode 100644
index 137cb2f66f47..000000000000
--- a/tools/inc/tools/inetdef.hxx
+++ /dev/null
@@ -1,46 +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 _TOOLS_INETDEF_HXX
-#define _TOOLS_INETDEF_HXX
-
-//============================================================================
-// The following definitions seem obsolete and might get removed in future.
-
-#if defined __RSC
-#define INET_NAME_RESOLVE_START 1
-#define INET_CONNECT_START 4
-#define INET_READ_STATUS 12
-#define INET_READ_SUCCESS 14
-#define INET_CONNECTION_CLOSED 16
-#endif // __RSC
- // the above definitions are only used in sfx2/source/doc/doc.src
-
-#endif // _TOOLS_INETDEF_HXX
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */