summaryrefslogtreecommitdiff
path: root/canvas/inc/canvas/base/canvascustomspritebase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/inc/canvas/base/canvascustomspritebase.hxx')
-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 );