diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-28 11:54:24 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-29 09:25:09 +0200 |
commit | 59c8cfffa75d991e3fac8b3cb41dde31389bb8c1 (patch) | |
tree | a1ff62fa8661c1ab70c1acb4c0b1205893e1c04d /svx | |
parent | c569add9b9b9e5aadff4b1379d1848c192f027ee (diff) |
Remove some more PCH traces
Change-Id: Iafca82ac728feba97fb68523dcb032b0e17e5a3c
Diffstat (limited to 'svx')
-rw-r--r-- | svx/util/svxpch.cxx | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/svx/util/svxpch.cxx b/svx/util/svxpch.cxx deleted file mode 100644 index 19a6623c88a4..000000000000 --- a/svx/util/svxpch.cxx +++ /dev/null @@ -1,59 +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 . - */ - -#include <thread.hxx> -#include <sysdep.hxx> -#if defined(WNT) -#include <svwin.h> -#endif -#include <tlintl.hxx> -#include <tlfsys.hxx> -#include <tlbigint.hxx> - -#include <sv.hxx> -#include <svtool.hxx> -#define _ANIMATION -#include <svgraph.hxx> -#include <svsystem.hxx> -#include <svcontnr.hxx> -#include <sfx.hxx> -#include <sfxitems.hxx> -#include <sfxipool.hxx> -#include <sfxiiter.hxx> -#include <sfxdoc.hxx> -#include <sfxview.hxx> -#include <sfxdlg.hxx> -#include <sfxstyle.hxx> -#include <editeng/svxenum.hxx> -#include <sbx.hxx> -#include <hmwrap.hxx> -#include <mail.hxx> -#include <urlobj.hxx> -#include <inet.hxx> -#include <inetui.hxx> -#include <svtruler.hxx> - -#include <limits.h> -#include <string.h> -#include <stdlib.h> -#include <stdio.h> - -#include <sfx.hrc> - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |