summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-29 16:56:44 +0200
committerAndras Timar <andras.timar@collabora.com>2015-06-30 15:57:12 +0000
commit1a8915ef8302b13b781977209ae1fa41f5f659dc (patch)
treee9215b569101c82e3e94dee17f38b5a1a9f5b3f9 /sd
parentonly try gtk3 vclplug on >= 3.14 (diff)
downloadcore-1a8915ef8302b13b781977209ae1fa41f5f659dc.tar.gz
core-1a8915ef8302b13b781977209ae1fa41f5f659dc.zip
Fix typos
Change-Id: I1c5e4970d4e90bdea68a901294594104de5e189e Reviewed-on: https://gerrit.libreoffice.org/16582 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/accessibility/AccessiblePageShape.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/accessibility/AccessiblePageShape.cxx b/sd/source/ui/accessibility/AccessiblePageShape.cxx
index 9254f3babd1b..4a9cf0c49208 100644
--- a/sd/source/ui/accessibility/AccessiblePageShape.cxx
+++ b/sd/source/ui/accessibility/AccessiblePageShape.cxx
@@ -169,7 +169,7 @@ sal_Int32 SAL_CALL AccessiblePageShape::getForeground()
return nColor;
}
-/** Extract the background color from the Background property of eithe the
+/** Extract the background color from the Background property of the
draw page or its master page.
*/
sal_Int32 SAL_CALL AccessiblePageShape::getBackground()