diff options
author | Noel Grandin <noel@peralex.com> | 2014-11-10 13:30:41 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-11-10 13:36:03 +0200 |
commit | cd3204559cee4eb0ef2eafdb4d5d7e3abf458cf4 (patch) | |
tree | 199c45d8518ba5c268548fa4ba17c99d2f50c2b5 /include/drawinglayer/primitive3d | |
parent | 71a9c492b8ac7d9f33a92327d43efcb0e4617243 (diff) |
fix spelling implemenation -> implementation
Change-Id: I5ac499df1f4063a80a5d41f60778106a7b96940d
Diffstat (limited to 'include/drawinglayer/primitive3d')
-rw-r--r-- | include/drawinglayer/primitive3d/baseprimitive3d.hxx | 2 |
1 files changed, 1 insertions, 1 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; |