diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 10:21:57 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:27 +0200 |
commit | 2d4afd15f0d89d1d84c43a68f29e2f27d3cb1ae0 (patch) | |
tree | 9e5ec84f163cce72ae7fbd1765c231b94e507889 /sd | |
parent | c017c664910d1e6bb53a1fb873369fea9265d583 (diff) |
typo: excption -> exception
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/accessibility/AccessiblePageShape.cxx | 2 |
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; |