summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-06-15 15:38:29 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-06-15 16:28:33 +0200
commit8c707faa8368c952b54007948f808e6fd4ebb84e (patch)
tree2851d41ac600bb6b092b227be7e539655cd0c0c3 /sw/source
parentf5533a71fa335c9c66398dff980effff009acc8a (diff)
Remove some PCH leftovers
There are still some pch headers in use. Simply: find . -name *_pch* Change-Id: Idafcd4f1451877ad9b08c8bbea526266d7414553
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/ui/dochdl/swdtflvr.cxx5
-rw-r--r--sw/source/ui/lingu/hhcwrp.cxx6
-rw-r--r--sw/source/ui/uno/SwXDocumentSettings.hxx4
3 files changed, 0 insertions, 15 deletions
diff --git a/sw/source/ui/dochdl/swdtflvr.cxx b/sw/source/ui/dochdl/swdtflvr.cxx
index f3f90d50d66b..ad1ddb210968 100644
--- a/sw/source/ui/dochdl/swdtflvr.cxx
+++ b/sw/source/ui/dochdl/swdtflvr.cxx
@@ -26,11 +26,6 @@
*
************************************************************************/
-#ifdef PRECOMPILED
-#include "ui_pch.hxx"
-#endif
-
-
#include <com/sun/star/embed/XVisualObject.hpp>
#include <com/sun/star/embed/XTransactedObject.hpp>
#include <com/sun/star/embed/Aspects.hpp>
diff --git a/sw/source/ui/lingu/hhcwrp.cxx b/sw/source/ui/lingu/hhcwrp.cxx
index 56a77b1eebff..5a34917d4e2c 100644
--- a/sw/source/ui/lingu/hhcwrp.cxx
+++ b/sw/source/ui/lingu/hhcwrp.cxx
@@ -26,11 +26,6 @@
*
************************************************************************/
-#ifdef PRECOMPILED
-#include "ui_pch.hxx"
-#endif
-
-
#include <hintids.hxx>
#include <view.hxx>
#include <wrtsh.hxx>
@@ -38,7 +33,6 @@
#include <globals.hrc>
#include <splargs.hxx>
-
#include <vcl/msgbox.hxx>
#include <editeng/unolingu.hxx>
#include <editeng/langitem.hxx>
diff --git a/sw/source/ui/uno/SwXDocumentSettings.hxx b/sw/source/ui/uno/SwXDocumentSettings.hxx
index e79aa94db2c0..2267891d3547 100644
--- a/sw/source/ui/uno/SwXDocumentSettings.hxx
+++ b/sw/source/ui/uno/SwXDocumentSettings.hxx
@@ -29,10 +29,6 @@
#ifndef _SW_XDOCUMENT_SETTINGS_HXX
#define _SW_XDOCUMENT_SETTINGS_HXX
-#ifdef PRECOMPILED
-#include "ui_pch.hxx"
-#endif
-
#include <comphelper/MasterPropertySet.hxx>
#include <com/sun/star/text/XTextDocument.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>