summaryrefslogtreecommitdiff
path: root/include/tools/presys.h
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-09 18:29:54 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-09 18:17:19 +0000
commit9037e2289d10aa8208d0e8f75847204d73ea21a7 (patch)
treea87d3cad0d02bb046824f04d00ce1b40bf248260 /include/tools/presys.h
parentf4673ccd5e26d38a28f297d64ed70ba719d21ef2 (diff)
remove presys.h and postsys.h
Both files are nearly identical to prewin.h and postwin.h Change-Id: I1f45e46dfcc00043a9e2df82e0070cd1b976c4af Reviewed-on: https://gerrit.libreoffice.org/9294 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'include/tools/presys.h')
-rw-r--r--include/tools/presys.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/include/tools/presys.h b/include/tools/presys.h
deleted file mode 100644
index 521768685aa9..000000000000
--- a/include/tools/presys.h
+++ /dev/null
@@ -1,34 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-
-/* not protected, do only include once! */
-
-// avoid conflict with pair in tools
-#define Pair StlPair
-
-#if defined WNT
-
-#define Rectangle BLA_Rectangle
-#define Polygon BLA_Polygon
-#define PolyPolygon BLA_PolyPolygon
-#define Region WIN_Region
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */