summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlform.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/html/htmlform.cxx')
-rw-r--r--sw/source/filter/html/htmlform.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/htmlform.cxx b/sw/source/filter/html/htmlform.cxx
index 1f5dd09da113..6a44af044a5c 100644
--- a/sw/source/filter/html/htmlform.cxx
+++ b/sw/source/filter/html/htmlform.cxx
@@ -696,7 +696,7 @@ void SwHTMLParser::SetControlSize( const uno::Reference< drawing::XShape >& rSha
awt::Size aSz( rShape->getSize() );
awt::Size aNewSz( 0, 0 );
- // #i71248# ensure we got a XControl before apllying corrections
+ // #i71248# ensure we got a XControl before applying corrections
if(xControl.is())
{
if( bMinWidth || bMinHeight )