From 9037e2289d10aa8208d0e8f75847204d73ea21a7 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Fri, 9 May 2014 18:29:54 +0200 Subject: 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 Tested-by: Thomas Arnhold --- include/tools/presys.h | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 include/tools/presys.h (limited to 'include/tools/presys.h') 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: */ -- cgit