summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-06-28 06:52:03 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-06-28 06:55:38 +0200
commit61fd1d2e7803516e88a18017ee5d6a34d6ca14fa (patch)
treedaad30293a23a8912181a961222d8c4270399d7d /rsc
parentab3f90e051256bbf0d999551fedb5106d0367d3a (diff)
fdo#62699 remove rsc/inc/vclrsc.hxx
Change-Id: I8a90bfcfff904d42a529644ae7b6f03d0ac762eb
Diffstat (limited to 'rsc')
-rw-r--r--rsc/inc/vclrsc.hxx34
-rw-r--r--rsc/source/parser/rscibas.cxx13
-rw-r--r--rsc/source/parser/rscicpx.cxx4
-rw-r--r--rsc/source/parser/rscinit.cxx4
4 files changed, 11 insertions, 44 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: */
diff --git a/rsc/source/parser/rscibas.cxx b/rsc/source/parser/rscibas.cxx
index ddbdd870875f..a78072e86c75 100644
--- a/rsc/source/parser/rscibas.cxx
+++ b/rsc/source/parser/rscibas.cxx
@@ -22,20 +22,23 @@
#include <stdio.h>
#include <string.h>
+#include <comphelper/string.hxx>
#include <i18nlangtag/mslangid.hxx>
#include <i18nlangtag/languagetag.hxx>
-#include <comphelper/string.hxx>
-#include <tools/rc.h>
#include <tools/color.hxx>
+#include <tools/fldunit.hxx>
+#include <tools/mapunit.hxx>
+#include <tools/rc.h>
+#include <tools/wintypes.hxx>
+#include <rsc/rsc-vcl-shared-types.hxx>
+
+#include <com/sun/star/awt/Key.hpp>
-#include <vclrsc.hxx>
#include <rscconst.hxx>
#include <rscarray.hxx>
#include <rscclass.hxx>
#include <rsccont.hxx>
#include <rscdb.hxx>
-
-
#include <rsclex.hxx>
#include <rscyacc.hxx>
diff --git a/rsc/source/parser/rscicpx.cxx b/rsc/source/parser/rscicpx.cxx
index e27830901761..8df19d3f498f 100644
--- a/rsc/source/parser/rscicpx.cxx
+++ b/rsc/source/parser/rscicpx.cxx
@@ -22,14 +22,14 @@
#include <stdio.h>
#include <tools/rc.h>
+#include <tools/wintypes.hxx>
+#include <rsc/rsc-vcl-shared-types.hxx>
-#include <vclrsc.hxx>
#include <rscmgr.hxx>
#include <rscclass.hxx>
#include <rsccont.hxx>
#include <rscdb.hxx>
#include <rsc/rscsfx.hxx>
-
#include <rsclex.hxx>
#include <rscyacc.hxx>
diff --git a/rsc/source/parser/rscinit.cxx b/rsc/source/parser/rscinit.cxx
index 8803a01f3e99..48710a693e31 100644
--- a/rsc/source/parser/rscinit.cxx
+++ b/rsc/source/parser/rscinit.cxx
@@ -22,8 +22,7 @@
#include <stdio.h>
#include <tools/rc.h>
-
-#include <vclrsc.hxx>
+#include <tools/wintypes.hxx>
#include <rsctree.hxx>
#include <rsctop.hxx>
@@ -36,7 +35,6 @@
#include <rscclass.hxx>
#include <rsckey.hxx>
#include <rscdb.hxx>
-
#include <rsclex.hxx>
#include <rscyacc.hxx>