summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/configuration
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-01-17 13:26:54 +0100
committerCarsten Driesner <cd@openoffice.org>2011-01-17 13:26:54 +0100
commit23951d3a0d99d72547df9850b31aaa0087aca0fe (patch)
tree95eb07c53cfe1c18949752f83589f157b1e0695e /sd/source/ui/framework/configuration
parent3d6bed44c8ca414f60c03223482b9f7b94d56c14 (diff)
removetooltypes01: #i112600# Fix problems with autodoc TRUE/FALSE
Diffstat (limited to 'sd/source/ui/framework/configuration')
-rwxr-xr-xsd/source/ui/framework/configuration/ConfigurationClassifier.hxx4
-rwxr-xr-xsd/source/ui/framework/configuration/ConfigurationUpdater.hxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/framework/configuration/ConfigurationClassifier.hxx b/sd/source/ui/framework/configuration/ConfigurationClassifier.hxx
index 4de43c38d154..b19f8c1459a5 100755
--- a/sd/source/ui/framework/configuration/ConfigurationClassifier.hxx
+++ b/sd/source/ui/framework/configuration/ConfigurationClassifier.hxx
@@ -56,8 +56,8 @@ public:
that belong to one configuration but not the other, or that belong
to both configurations.
@return
- When the two configurations differ then return <sal_True/>. When
- they are equivalent then return <sal_False/>.
+ When the two configurations differ then return <TRUE/>. When
+ they are equivalent then return <FALSE/>.
*/
bool Partition (void);
diff --git a/sd/source/ui/framework/configuration/ConfigurationUpdater.hxx b/sd/source/ui/framework/configuration/ConfigurationUpdater.hxx
index ee1b996af302..a9f3e09f2a64 100755
--- a/sd/source/ui/framework/configuration/ConfigurationUpdater.hxx
+++ b/sd/source/ui/framework/configuration/ConfigurationUpdater.hxx
@@ -198,7 +198,7 @@ private:
bool IsUpdatePossible (void);
/** Lock updates of the current configuration. For intermediate requests
- for updates mbUpdatePending is set to <sal_True/>.
+ for updates mbUpdatePending is set to <TRUE/>.
*/
void LockUpdates (void);