summaryrefslogtreecommitdiff
path: root/canvas/inc
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2011-12-01 23:41:42 +0200
committerLior Kaplan <kaplanlior@gmail.com>2011-12-01 23:41:42 +0200
commite10fc18fb2c74ac3e432ffaa2b1c125110fe2eeb (patch)
tree89eeb4275f134a589f5a6fe9be392a40fd86d4ee /canvas/inc
parent9ee19c8fad2c3c29c4ff4cc6c37ba8d24d641ccc (diff)
typo fix: explicitely -> explicitly
Diffstat (limited to 'canvas/inc')
-rw-r--r--canvas/inc/canvas/base/canvascustomspritebase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/inc/canvas/base/canvascustomspritebase.hxx b/canvas/inc/canvas/base/canvascustomspritebase.hxx
index a5c026a74311..041403b4a255 100644
--- a/canvas/inc/canvas/base/canvascustomspritebase.hxx
+++ b/canvas/inc/canvas/base/canvascustomspritebase.hxx
@@ -190,7 +190,7 @@ namespace canvas
virtual void SAL_CALL clip( const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D >& aClip ) throw (::com::sun::star::uno::RuntimeException)
{
- // NULL xClip explicitely allowed here (to clear clipping)
+ // NULL xClip explicitly allowed here (to clear clipping)
typename BaseType::MutexType aGuard( BaseType::m_aMutex );