summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/cellvaluebinding.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-01-19 23:12:18 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-01-19 23:12:18 +0100
commitcb2edbe3e44f87bc14291a75f9029f9c1ff294b9 (patch)
treeda06732a087ea468453bd906ccfeea0a20105a55 /sc/source/ui/unoobj/cellvaluebinding.cxx
parent1d0d4809d04ac21077f74c4058490a3719a95284 (diff)
Replace suitable equalsAscii calls with equalsAsciiL.
Diffstat (limited to 'sc/source/ui/unoobj/cellvaluebinding.cxx')
-rw-r--r--sc/source/ui/unoobj/cellvaluebinding.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/cellvaluebinding.cxx b/sc/source/ui/unoobj/cellvaluebinding.cxx
index c2a5f6987166..4b1922560926 100644
--- a/sc/source/ui/unoobj/cellvaluebinding.cxx
+++ b/sc/source/ui/unoobj/cellvaluebinding.cxx
@@ -592,7 +592,7 @@ namespace calc
NamedValue aValue;
if ( *pLoop >>= aValue )
{
- if ( aValue.Name.equalsAscii( "BoundCell" ) )
+ if ( aValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "BoundCell" ) ) )
{
if ( aValue.Value >>= aAddress )
bFoundAddress = sal_True;