summaryrefslogtreecommitdiff
path: root/svtools/source/brwbox
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2011-01-14 11:20:36 +0100
committerMikhail Voytenko <mav@openoffice.org>2011-01-14 11:20:36 +0100
commit8568e19020ad6d8598bdd8c9c7f02db964ef81ad (patch)
tree69625efcf4d224b9be9aae53c1fa9c1c765021c5 /svtools/source/brwbox
parent6e6de6ff1ed83b1a0d3a09ce4a91f72f15403886 (diff)
removetooltypes01: #i112600# fix TRUE/FALSE autodoc tags
Diffstat (limited to 'svtools/source/brwbox')
-rw-r--r--svtools/source/brwbox/ebbcontrols.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/brwbox/ebbcontrols.cxx b/svtools/source/brwbox/ebbcontrols.cxx
index 8f2534b449e2..9f870a9f0681 100644
--- a/svtools/source/brwbox/ebbcontrols.cxx
+++ b/svtools/source/brwbox/ebbcontrols.cxx
@@ -573,7 +573,7 @@ namespace svt
if ( bHandled ) // the view claimed it handled the key input
{
- // unfortunately, KeyInput also returns <sal_True/> (means "I handled this key input")
+ // unfortunately, KeyInput also returns <TRUE/> (means "I handled this key input")
// when nothing really changed. Let's care for this.
Selection aNewSelection( GetSelection() );
if ( aNewSelection != aOldSelection // selection changed