diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-06-28 06:52:03 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-06-28 06:55:38 +0200 |
commit | 61fd1d2e7803516e88a18017ee5d6a34d6ca14fa (patch) | |
tree | daad30293a23a8912181a961222d8c4270399d7d /rsc/inc | |
parent | ab3f90e051256bbf0d999551fedb5106d0367d3a (diff) |
fdo#62699 remove rsc/inc/vclrsc.hxx
Change-Id: I8a90bfcfff904d42a529644ae7b6f03d0ac762eb
Diffstat (limited to 'rsc/inc')
-rw-r--r-- | rsc/inc/vclrsc.hxx | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/rsc/inc/vclrsc.hxx b/rsc/inc/vclrsc.hxx deleted file mode 100644 index 998eaeeaac5d..000000000000 --- a/rsc/inc/vclrsc.hxx +++ /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 . - */ - -#ifndef _TOOLS_VCLRSC_HXX -#define _TOOLS_VCLRSC_HXX - -#include <sal/types.h> -#include <tools/wintypes.hxx> -#include <tools/fldunit.hxx> -#include <tools/mapunit.hxx> -#include <rsc/rsc-vcl-shared-types.hxx> - -#include <com/sun/star/awt/Key.hpp> -#include <com/sun/star/awt/KeyGroup.hpp> - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |