From d95804fc8b2b7fa55c7c0ca17caa1a6382e2e760 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sun, 27 Nov 2011 13:00:33 -0600 Subject: remove include of pch header in configmgr --- configmgr/inc/pch/precompiled_configmgr.cxx | 1 - configmgr/qa/unit/test.cxx | 1 - configmgr/source/access.cxx | 1 - configmgr/source/broadcaster.cxx | 1 - configmgr/source/childaccess.cxx | 1 - configmgr/source/components.cxx | 1 - configmgr/source/configurationprovider.cxx | 1 - configmgr/source/configurationregistry.cxx | 1 - configmgr/source/data.cxx | 1 - configmgr/source/defaultprovider.cxx | 1 - configmgr/source/groupnode.cxx | 1 - configmgr/source/localizedpropertynode.cxx | 1 - configmgr/source/localizedvaluenode.cxx | 1 - configmgr/source/lock.cxx | 1 - configmgr/source/modifications.cxx | 1 - configmgr/source/node.cxx | 1 - configmgr/source/nodemap.cxx | 1 - configmgr/source/parsemanager.cxx | 1 - configmgr/source/partial.cxx | 1 - configmgr/source/propertynode.cxx | 1 - configmgr/source/rootaccess.cxx | 1 - configmgr/source/services.cxx | 1 - configmgr/source/setnode.cxx | 1 - configmgr/source/type.cxx | 1 - configmgr/source/update.cxx | 1 - configmgr/source/valueparser.cxx | 1 - configmgr/source/writemodfile.cxx | 1 - configmgr/source/xcdparser.cxx | 1 - configmgr/source/xcsparser.cxx | 1 - configmgr/source/xcuparser.cxx | 1 - configmgr/source/xmldata.cxx | 1 - 31 files changed, 31 deletions(-) (limited to 'configmgr') diff --git a/configmgr/inc/pch/precompiled_configmgr.cxx b/configmgr/inc/pch/precompiled_configmgr.cxx index b06c3f4384e4..9121f0cea7b2 100644 --- a/configmgr/inc/pch/precompiled_configmgr.cxx +++ b/configmgr/inc/pch/precompiled_configmgr.cxx @@ -26,6 +26,5 @@ * ************************************************************************/ -#include "precompiled_configmgr.hxx" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/configmgr/qa/unit/test.cxx b/configmgr/qa/unit/test.cxx index f645517a3426..11786fa00e8b 100644 --- a/configmgr/qa/unit/test.cxx +++ b/configmgr/qa/unit/test.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_configmgr.hxx" #include "sal/config.h" #include diff --git a/configmgr/source/access.cxx b/configmgr/source/access.cxx index c8cb79300373..41bed3e09c9a 100644 --- a/configmgr/source/access.cxx +++ b/configmgr/source/access.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_configmgr.hxx" #include "sal/config.h" #include diff --git a/configmgr/source/broadcaster.cxx b/configmgr/source/broadcaster.cxx index 8634dfa08bc3..15d69d6f6fc7 100644 --- a/configmgr/source/broadcaster.cxx +++ b/configmgr/source/broadcaster.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_configmgr.hxx" #include "sal/config.h" #include "com/sun/star/beans/XPropertiesChangeListener.hpp" diff --git a/configmgr/source/childaccess.cxx b/configmgr/source/childaccess.cxx index 08f22d937148..1471358f870c 100644 --- a/configmgr/source/childaccess.cxx +++ b/configmgr/source/childaccess.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_configmgr.hxx" #include "sal/config.h" #include diff --git a/configmgr/source/components.cxx b/configmgr/source/components.cxx index 456bdfc27d1a..611eebc3bb12 100644 --- a/configmgr/source/components.cxx +++ b/configmgr/source/components.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_configmgr.hxx" #include "sal/config.h" #include diff --git a/configmgr/source/configurationprovider.cxx b/configmgr/source/configurationprovider.cxx index 6b8d967e92b9..787d670bd207 100644 --- a/configmgr/source/configurationprovider.cxx +++ b/configmgr/source/configurationprovider.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_configmgr.hxx" #include "sal/config.h" #include diff --git a/configmgr/source/configurationregistry.cxx b/configmgr/source/configurationregistry.cxx index a46d5ceb2e13..4830e1b0942f 100644 --- a/configmgr/source/configurationregistry.cxx +++ b/configmgr/source/configurationregistry.cxx @@ -24,7 +24,6 @@ * for a copy of the LGPLv3 License. ************************************************************************/ -#include "precompiled_configmgr.hxx" #include "sal/config.h" #include "boost/noncopyable.hpp" diff --git a/configmgr/source/data.cxx b/configmgr/source/data.cxx index 989f543b197d..cdf4ee13d312 100644 --- a/configmgr/source/data.cxx +++ b/configmgr/source/data.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_configmgr.hxx" #include "sal/config.h" #include diff --git a/configmgr/source/defaultprovider.cxx b/configmgr/source/defaultprovider.cxx index c938e2b31951..3ebb25d675fa 100644 --- a/configmgr/source/defaultprovider.cxx +++ b/configmgr/source/defaultprovider.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_configmgr.hxx" #include "sal/config.h" #include "com/sun/star/uno/Reference.hxx" diff --git a/configmgr/source/groupnode.cxx b/configmgr/source/groupnode.cxx index fa56afa1a29c..5591acbe606d 100644 --- a/configmgr/source/groupnode.cxx +++ b/configmgr/source/groupnode.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_configmgr.hxx" #include "sal/config.h" #include "rtl/ref.hxx" diff --git a/configmgr/source/localizedpropertynode.cxx b/configmgr/source/localizedpropertynode.cxx index c03f552de1d3..270485835228 100644 --- a/configmgr/source/localizedpropertynode.cxx +++ b/configmgr/source/localizedpropertynode.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_configmgr.hxx" #include "sal/config.h" #include "com/sun/star/uno/Any.hxx" diff --git a/configmgr/source/localizedvaluenode.cxx b/configmgr/source/localizedvaluenode.cxx index ac6346f09227..424b5a471030 100644 --- a/configmgr/source/localizedvaluenode.cxx +++ b/configmgr/source/localizedvaluenode.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_configmgr.hxx" #include "sal/config.h" #include "com/sun/star/uno/Any.hxx" diff --git a/configmgr/source/lock.cxx b/configmgr/source/lock.cxx index 3950a2d5e3e0..7635f50ed49c 100644 --- a/configmgr/source/lock.cxx +++ b/configmgr/source/lock.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_configmgr.hxx" #include "sal/config.h" #include "osl/mutex.hxx" diff --git a/configmgr/source/modifications.cxx b/configmgr/source/modifications.cxx index e83d4a501af6..4aabd301836d 100644 --- a/configmgr/source/modifications.cxx +++ b/configmgr/source/modifications.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_configmgr.hxx" #include "sal/config.h" #include "rtl/ustring.hxx" diff --git a/configmgr/source/node.cxx b/configmgr/source/node.cxx index 58d13c4fee55..8141c2858f9d 100644 --- a/configmgr/source/node.cxx +++ b/configmgr/source/node.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_configmgr.hxx" #include "sal/config.h" #include "com/sun/star/uno/Reference.hxx" diff --git a/configmgr/source/nodemap.cxx b/configmgr/source/nodemap.cxx index 432aa64e7991..2a9d198e2bf5 100644 --- a/configmgr/source/nodemap.cxx +++ b/configmgr/source/nodemap.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_configmgr.hxx" #include "sal/config.h" #include diff --git a/configmgr/source/parsemanager.cxx b/configmgr/source/parsemanager.cxx index c62df8eeba17..d228791adff7 100644 --- a/configmgr/source/parsemanager.cxx +++ b/configmgr/source/parsemanager.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_configmgr.hxx" #include "sal/config.h" #include "com/sun/star/container/NoSuchElementException.hpp" diff --git a/configmgr/source/partial.cxx b/configmgr/source/partial.cxx index f3f91a4c05a6..7b22a66d68ec 100644 --- a/configmgr/source/partial.cxx +++ b/configmgr/source/partial.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_configmgr.hxx" #include "sal/config.h" #include diff --git a/configmgr/source/propertynode.cxx b/configmgr/source/propertynode.cxx index 8e2eec660d2b..b14760aab421 100644 --- a/configmgr/source/propertynode.cxx +++ b/configmgr/source/propertynode.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_configmgr.hxx" #include "sal/config.h" #include "com/sun/star/beans/Optional.hpp" diff --git a/configmgr/source/rootaccess.cxx b/configmgr/source/rootaccess.cxx index 47f2c2a97992..337eed145174 100644 --- a/configmgr/source/rootaccess.cxx +++ b/configmgr/source/rootaccess.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_configmgr.hxx" #include "sal/config.h" #include diff --git a/configmgr/source/services.cxx b/configmgr/source/services.cxx index 5f70c6ed708a..6069c575a7b2 100644 --- a/configmgr/source/services.cxx +++ b/configmgr/source/services.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_configmgr.hxx" #include "sal/config.h" #include "com/sun/star/uno/Exception.hpp" diff --git a/configmgr/source/setnode.cxx b/configmgr/source/setnode.cxx index 52b117bb0154..e2a8b2c888eb 100644 --- a/configmgr/source/setnode.cxx +++ b/configmgr/source/setnode.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_configmgr.hxx" #include "sal/config.h" #include diff --git a/configmgr/source/type.cxx b/configmgr/source/type.cxx index b3bfd72d3e8d..a0ce83a5ea82 100644 --- a/configmgr/source/type.cxx +++ b/configmgr/source/type.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_configmgr.hxx" #include "sal/config.h" #include "com/sun/star/uno/Any.hxx" diff --git a/configmgr/source/update.cxx b/configmgr/source/update.cxx index d63ff05841ab..5022c07d579e 100644 --- a/configmgr/source/update.cxx +++ b/configmgr/source/update.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_configmgr.hxx" #include "sal/config.h" #include diff --git a/configmgr/source/valueparser.cxx b/configmgr/source/valueparser.cxx index 8488531019cb..40f2816008ff 100644 --- a/configmgr/source/valueparser.cxx +++ b/configmgr/source/valueparser.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_configmgr.hxx" #include "sal/config.h" #include "com/sun/star/uno/Any.hxx" diff --git a/configmgr/source/writemodfile.cxx b/configmgr/source/writemodfile.cxx index fcb1129bba1e..3e9ddc7fcddd 100644 --- a/configmgr/source/writemodfile.cxx +++ b/configmgr/source/writemodfile.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_configmgr.hxx" #include "sal/config.h" #include "boost/noncopyable.hpp" diff --git a/configmgr/source/xcdparser.cxx b/configmgr/source/xcdparser.cxx index 7c2e21d6c6bb..7dfb36da8ee8 100644 --- a/configmgr/source/xcdparser.cxx +++ b/configmgr/source/xcdparser.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_configmgr.hxx" #include "sal/config.h" #include diff --git a/configmgr/source/xcsparser.cxx b/configmgr/source/xcsparser.cxx index c558bd9864b7..a67d80bd43d7 100644 --- a/configmgr/source/xcsparser.cxx +++ b/configmgr/source/xcsparser.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_configmgr.hxx" #include "sal/config.h" #include diff --git a/configmgr/source/xcuparser.cxx b/configmgr/source/xcuparser.cxx index 7d5a2a734d55..2f592da687f1 100644 --- a/configmgr/source/xcuparser.cxx +++ b/configmgr/source/xcuparser.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_configmgr.hxx" #include "sal/config.h" #include diff --git a/configmgr/source/xmldata.cxx b/configmgr/source/xmldata.cxx index 5120506bfbb4..c688d73cfa22 100644 --- a/configmgr/source/xmldata.cxx +++ b/configmgr/source/xmldata.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_configmgr.hxx" #include "sal/config.h" #include -- cgit