summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/configuration
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 13:20:56 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 13:20:56 -0600
commit2a71139535112634dc52502dbbc0922f2b86e146 (patch)
tree63e4c46b9ca772e04d88cc87c484f14a92b39f13 /sd/source/ui/framework/configuration
parentd843e92c73a261097756c0514abff2ef5a8d010b (diff)
remove include of pch header from sd
Diffstat (limited to 'sd/source/ui/framework/configuration')
-rw-r--r--sd/source/ui/framework/configuration/ChangeRequestQueue.cxx1
-rw-r--r--sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx1
-rw-r--r--sd/source/ui/framework/configuration/Configuration.cxx1
-rw-r--r--sd/source/ui/framework/configuration/ConfigurationClassifier.cxx1
-rw-r--r--sd/source/ui/framework/configuration/ConfigurationController.cxx1
-rw-r--r--sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.cxx1
-rw-r--r--sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx1
-rw-r--r--sd/source/ui/framework/configuration/ConfigurationTracer.cxx1
-rw-r--r--sd/source/ui/framework/configuration/ConfigurationUpdater.cxx1
-rw-r--r--sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.cxx1
-rw-r--r--sd/source/ui/framework/configuration/ResourceFactoryManager.cxx1
-rw-r--r--sd/source/ui/framework/configuration/ResourceId.cxx1
-rw-r--r--sd/source/ui/framework/configuration/UpdateRequest.cxx1
13 files changed, 0 insertions, 13 deletions
diff --git a/sd/source/ui/framework/configuration/ChangeRequestQueue.cxx b/sd/source/ui/framework/configuration/ChangeRequestQueue.cxx
index 3bc276268e0e..253bda34fe88 100644
--- a/sd/source/ui/framework/configuration/ChangeRequestQueue.cxx
+++ b/sd/source/ui/framework/configuration/ChangeRequestQueue.cxx
@@ -26,7 +26,6 @@
*
************************************************************************/
-#include "precompiled_sd.hxx"
#include "ChangeRequestQueue.hxx"
diff --git a/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx b/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx
index 84d9c8564e90..92982b7eb79f 100644
--- a/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx
+++ b/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx
@@ -26,7 +26,6 @@
*
************************************************************************/
-#include "precompiled_sd.hxx"
#include "ChangeRequestQueueProcessor.hxx"
#include "ConfigurationTracer.hxx"
diff --git a/sd/source/ui/framework/configuration/Configuration.cxx b/sd/source/ui/framework/configuration/Configuration.cxx
index 82a23affae4c..a01c584f6826 100644
--- a/sd/source/ui/framework/configuration/Configuration.cxx
+++ b/sd/source/ui/framework/configuration/Configuration.cxx
@@ -26,7 +26,6 @@
*
************************************************************************/
-#include "precompiled_sd.hxx"
#include "framework/Configuration.hxx"
diff --git a/sd/source/ui/framework/configuration/ConfigurationClassifier.cxx b/sd/source/ui/framework/configuration/ConfigurationClassifier.cxx
index f2b7384e4658..40fab0a86af5 100644
--- a/sd/source/ui/framework/configuration/ConfigurationClassifier.cxx
+++ b/sd/source/ui/framework/configuration/ConfigurationClassifier.cxx
@@ -26,7 +26,6 @@
*
************************************************************************/
-#include "precompiled_sd.hxx"
#include "ConfigurationClassifier.hxx"
diff --git a/sd/source/ui/framework/configuration/ConfigurationController.cxx b/sd/source/ui/framework/configuration/ConfigurationController.cxx
index 52cc840d7179..f11c5bb2d0f6 100644
--- a/sd/source/ui/framework/configuration/ConfigurationController.cxx
+++ b/sd/source/ui/framework/configuration/ConfigurationController.cxx
@@ -26,7 +26,6 @@
*
************************************************************************/
-#include "precompiled_sd.hxx"
#include "framework/ConfigurationController.hxx"
diff --git a/sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.cxx b/sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.cxx
index 67b3f8616721..6e2610643e9f 100644
--- a/sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.cxx
+++ b/sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.cxx
@@ -26,7 +26,6 @@
*
************************************************************************/
-#include "precompiled_sd.hxx"
#include "ConfigurationControllerBroadcaster.hxx"
#include <com/sun/star/lang/IllegalArgumentException.hpp>
diff --git a/sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx b/sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx
index f4327aa6d43c..06abaa23ed0a 100644
--- a/sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx
+++ b/sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx
@@ -26,7 +26,6 @@
*
************************************************************************/
-#include "precompiled_sd.hxx"
#include "ConfigurationControllerResourceManager.hxx"
#include "ConfigurationControllerBroadcaster.hxx"
diff --git a/sd/source/ui/framework/configuration/ConfigurationTracer.cxx b/sd/source/ui/framework/configuration/ConfigurationTracer.cxx
index 5e1150c16eb2..32685cfc30ae 100644
--- a/sd/source/ui/framework/configuration/ConfigurationTracer.cxx
+++ b/sd/source/ui/framework/configuration/ConfigurationTracer.cxx
@@ -26,7 +26,6 @@
*
************************************************************************/
-#include "precompiled_sd.hxx"
#include "ConfigurationTracer.hxx"
diff --git a/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx b/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx
index 7e12a24b4300..880aafd7903e 100644
--- a/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx
+++ b/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx
@@ -26,7 +26,6 @@
*
************************************************************************/
-#include "precompiled_sd.hxx"
#include "ConfigurationUpdater.hxx"
#include "ConfigurationTracer.hxx"
diff --git a/sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.cxx b/sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.cxx
index 79ceb38324bc..316a81abb2ec 100644
--- a/sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.cxx
+++ b/sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.cxx
@@ -26,7 +26,6 @@
*
************************************************************************/
-#include "precompiled_sd.hxx"
#include "GenericConfigurationChangeRequest.hxx"
diff --git a/sd/source/ui/framework/configuration/ResourceFactoryManager.cxx b/sd/source/ui/framework/configuration/ResourceFactoryManager.cxx
index ef6b785e0495..616f409ecd4c 100644
--- a/sd/source/ui/framework/configuration/ResourceFactoryManager.cxx
+++ b/sd/source/ui/framework/configuration/ResourceFactoryManager.cxx
@@ -26,7 +26,6 @@
*
************************************************************************/
-#include "precompiled_sd.hxx"
#include "ResourceFactoryManager.hxx"
#include <tools/wldcrd.hxx>
diff --git a/sd/source/ui/framework/configuration/ResourceId.cxx b/sd/source/ui/framework/configuration/ResourceId.cxx
index ce56cf0f0704..deb46b036e70 100644
--- a/sd/source/ui/framework/configuration/ResourceId.cxx
+++ b/sd/source/ui/framework/configuration/ResourceId.cxx
@@ -26,7 +26,6 @@
*
************************************************************************/
-#include "precompiled_sd.hxx"
#include "framework/ResourceId.hxx"
#include "framework/FrameworkHelper.hxx"
diff --git a/sd/source/ui/framework/configuration/UpdateRequest.cxx b/sd/source/ui/framework/configuration/UpdateRequest.cxx
index 149e490dde20..827b3d68b2d0 100644
--- a/sd/source/ui/framework/configuration/UpdateRequest.cxx
+++ b/sd/source/ui/framework/configuration/UpdateRequest.cxx
@@ -26,7 +26,6 @@
*
************************************************************************/
-#include "precompiled_sd.hxx"
#include "UpdateRequest.hxx"