summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/configuration
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-08-26 09:15:18 +0200
committerVladimir Glazunov <vg@openoffice.org>2010-08-26 09:15:18 +0200
commit3099107b00be8af1e6864e105326af77e401f7f2 (patch)
tree9195f09f74582b3c796f72ec78b737b1f6cf3de8 /sd/source/ui/framework/configuration
parent32133e51f60ab72baa52f043e210207af27fabb3 (diff)
parent23e5e64f7c4ed15f6230b5dc17475d650378cad8 (diff)
CWS-TOOLING: integrate CWS renaissance1
Notes
Notes: split repo tag: impress_ooo/DEV300_m87
Diffstat (limited to 'sd/source/ui/framework/configuration')
-rwxr-xr-x[-rw-r--r--]sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx b/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx
index 5e70c313f251..bf3571cbd8f4 100644..100755
--- a/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx
+++ b/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx
@@ -197,9 +197,10 @@ void ChangeRequestQueueProcessor::ProcessOneEvent (void)
// its state.
if (mpConfigurationUpdater.get() != NULL)
{
+#ifdef VERBOSE
ConfigurationTracer::TraceConfiguration (
mxConfiguration, "updating to configuration");
-
+#endif
mpConfigurationUpdater->RequestUpdate(mxConfiguration);
}
}