summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 10:21:57 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:27 +0200
commit2d4afd15f0d89d1d84c43a68f29e2f27d3cb1ae0 (patch)
tree9e5ec84f163cce72ae7fbd1765c231b94e507889 /sd
parentc017c664910d1e6bb53a1fb873369fea9265d583 (diff)
typo: excption -> exception
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 011db15fc205..49d4930cd331 100644
--- a/sd/source/ui/accessibility/AccessiblePageShape.cxx
+++ b/sd/source/ui/accessibility/AccessiblePageShape.cxx
@@ -236,7 +236,7 @@ sal_Int32 SAL_CALL AccessiblePageShape::getBackground (void)
}
catch (const ::com::sun::star::beans::UnknownPropertyException&)
{
- OSL_TRACE ("caught excption due to unknown property");
+ OSL_TRACE ("caught exception due to unknown property");
// Ignore exception and return default color.
}
return nColor;