summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/bastyp')
-rw-r--r--sfx2/source/bastyp/frmhtml.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/bastyp/frmhtml.cxx b/sfx2/source/bastyp/frmhtml.cxx
index a90778225b80..37cf4698d26c 100644
--- a/sfx2/source/bastyp/frmhtml.cxx
+++ b/sfx2/source/bastyp/frmhtml.cxx
@@ -113,7 +113,7 @@ void SfxFrameHTMLParser::ParseFrameOptions(
pFrame->SetResizable( sal_False );
break;
default:
- if ( aOption.GetTokenString().EqualsIgnoreCaseAscii(
+ if ( aOption.GetTokenString().equalsIgnoreAsciiCaseAscii(
HTML_O_READONLY ) )
{
String aStr = aOption.GetString();
@@ -122,7 +122,7 @@ void SfxFrameHTMLParser::ParseFrameOptions(
bReadonly = sal_False;
pFrame->SetReadOnly( bReadonly );
}
- else if ( aOption.GetTokenString().EqualsIgnoreCaseAscii(
+ else if ( aOption.GetTokenString().equalsIgnoreAsciiCaseAscii(
HTML_O_EDIT ) )
{
String aStr = aOption.GetString();