summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/configuration
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2011-02-07 18:01:48 +0100
committerMikhail Voytenko <mav@openoffice.org>2011-02-07 18:01:48 +0100
commit5f549ccb1c3d111317da4eaf943bdf9218d77766 (patch)
tree1ef6db716ee32eef3695d1ddf36156a67813c959 /sd/source/ui/framework/configuration
parentdde0ca60a7619e03c7ed5a4ddacfb048dd159ab7 (diff)
removetooltypes01: #i112600# adjust rebase in chart2, starmath, sc, sd
Diffstat (limited to 'sd/source/ui/framework/configuration')
-rwxr-xr-x[-rw-r--r--]sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.hxx2
-rwxr-xr-xsd/source/ui/framework/configuration/ConfigurationUpdater.hxx6
2 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.hxx b/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.hxx
index 3d144bb08cda..3dd151ae3d29 100644..100755
--- a/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.hxx
+++ b/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.hxx
@@ -80,7 +80,7 @@ public:
void AddRequest (const ::com::sun::star::uno::Reference<
::com::sun::star::drawing::framework::XConfigurationChangeRequest>& rxRequest);
- /** Returns </TRUE> when the queue is empty.
+ /** Returns </sal_True> when the queue is empty.
*/
bool IsEmpty (void) const;
diff --git a/sd/source/ui/framework/configuration/ConfigurationUpdater.hxx b/sd/source/ui/framework/configuration/ConfigurationUpdater.hxx
index a9f3e09f2a64..8e59c3ec8585 100755
--- a/sd/source/ui/framework/configuration/ConfigurationUpdater.hxx
+++ b/sd/source/ui/framework/configuration/ConfigurationUpdater.hxx
@@ -115,15 +115,15 @@ private:
css::uno::Reference<
css::drawing::framework::XConfiguration> mxRequestedConfiguration;
- /** This flag is set to </TRUE> when an update of the current
+ /** This flag is set to </sal_True> when an update of the current
configurtion was requested (because the last request in the queue
was processed) but could not be exected because the
ConfigurationController was locked. A call to UpdateConfiguration()
- resets the flag to </FALSE>.
+ resets the flag to </sal_False>.
*/
bool mbUpdatePending;
- /** This flag is set to </TRUE> while the UpdateConfiguration() method
+ /** This flag is set to </sal_True> while the UpdateConfiguration() method
is running. It is used to prevent reentrance problems with this
method.
*/