summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/output2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/output2.cxx')
-rw-r--r--sc/source/ui/view/output2.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/view/output2.cxx b/sc/source/ui/view/output2.cxx
index d19365816222..f0060f630b5b 100644
--- a/sc/source/ui/view/output2.cxx
+++ b/sc/source/ui/view/output2.cxx
@@ -292,7 +292,7 @@ void ScDrawStringsVars::SetPattern(
pPattern = pNew;
pCondSet = pSet;
- // évaluate pPattern
+ // evaluate pPattern
OutputDevice* pDev = pOutput->mpDev;
OutputDevice* pRefDevice = pOutput->mpRefDevice;
@@ -2025,7 +2025,7 @@ Rectangle ScOutputData::LayoutStrings(bool bPixelToLogic, bool bPaint, const ScA
{
// If the string is clipped, make it shorter for
// better performance since drawing by HarfBuzz is
- // quite expensive especiall for long string.
+ // quite expensive especially for long string.
OUString aShort = aString;