summaryrefslogtreecommitdiff
path: root/xmloff/source/style/undlihdl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/undlihdl.cxx')
-rw-r--r--xmloff/source/style/undlihdl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/undlihdl.cxx b/xmloff/source/style/undlihdl.cxx
index 2832d113519a..a5b7d2788164 100644
--- a/xmloff/source/style/undlihdl.cxx
+++ b/xmloff/source/style/undlihdl.cxx
@@ -326,7 +326,7 @@ bool XMLUnderlineWidthPropHdl::importXML( const OUString& rStrImpValue, uno::Any
eNewUnderline = awt::FontUnderline::BOLDWAVE;
break;
default:
- // a doube line style overwrites a bold one
+ // a double line style overwrites a bold one
eNewUnderline = eUnderline;
break;
}