summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-11-10 13:30:41 +0200
committerNoel Grandin <noel@peralex.com>2014-11-10 13:36:03 +0200
commitcd3204559cee4eb0ef2eafdb4d5d7e3abf458cf4 (patch)
tree199c45d8518ba5c268548fa4ba17c99d2f50c2b5 /include
parent71a9c492b8ac7d9f33a92327d43efcb0e4617243 (diff)
fix spelling implemenation -> implementation
Change-Id: I5ac499df1f4063a80a5d41f60778106a7b96940d
Diffstat (limited to 'include')
-rw-r--r--include/drawinglayer/primitive3d/baseprimitive3d.hxx2
-rw-r--r--include/vcl/threadex.hxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/include/drawinglayer/primitive3d/baseprimitive3d.hxx b/include/drawinglayer/primitive3d/baseprimitive3d.hxx
index a40b5c1cef90..69e18b4043e7 100644
--- a/include/drawinglayer/primitive3d/baseprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/baseprimitive3d.hxx
@@ -119,7 +119,7 @@ namespace drawinglayer
*/
virtual Primitive3DSequence SAL_CALL getDecomposition( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rViewParameters ) throw ( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
- /** the getRange default implemenation will use getDecomposition to create the range information from merging
+ /** the getRange default implementation will use getDecomposition to create the range information from merging
getRange results from the single local decomposition primitives.
*/
virtual ::com::sun::star::geometry::RealRectangle3D SAL_CALL getRange( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rViewParameters ) throw ( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
diff --git a/include/vcl/threadex.hxx b/include/vcl/threadex.hxx
index b2f24d65dcec..b5122f60c5e9 100644
--- a/include/vcl/threadex.hxx
+++ b/include/vcl/threadex.hxx
@@ -168,7 +168,7 @@ private:
/** Makes a copy back reference wrapper to be used for inout parameters.
Only use for syncExecute(), the returned wrapper relies on its
- implemenation, i.e. the function object is stored in free store.
+ implementation, i.e. the function object is stored in free store.
Type T needs to be copy constructable assignable.
@see syncExecute()
@@ -183,7 +183,7 @@ inline detail::copy_back_wrapper<T> inout_by_ref( T & r )
/** Makes a copy back ptr wrapper to be used for inout parameters.
Only use for syncExecute(), the returned wrapper relies on its
- implemenation, i.e. the function object is stored in free store.
+ implementation, i.e. the function object is stored in free store.
Type T needs to be copy constructable assignable.
@see syncExecute()