summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-05-25 11:44:22 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-25 09:50:55 +0000
commit2af018e4dd99fccdc85a28b38ff924fb16a750cf (patch)
tree3d6485a3f42e9bbaace77be180d38dc7f2e175af /drawinglayer
parent75cec5cd54a731039b63d564be378a1202fb9e8b (diff)
Fix typos
Change-Id: I860cc4aa04b4e5cd1437b2f24176ee2ccdec3266 Reviewed-on: https://gerrit.libreoffice.org/25420 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/source/processor2d/vclmetafileprocessor2d.hxx2
-rw-r--r--drawinglayer/source/processor2d/vclpixelprocessor2d.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/drawinglayer/source/processor2d/vclmetafileprocessor2d.hxx b/drawinglayer/source/processor2d/vclmetafileprocessor2d.hxx
index 18efd013ccf7..d216fcc3f3c9 100644
--- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.hxx
+++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.hxx
@@ -128,7 +128,7 @@ namespace drawinglayer
vcl::PDFExtOutDevData* mpPDFExtOutDevData;
protected:
- /* the local processor for BasePrinitive2D-Implementation based primitives,
+ /* the local processor for BasePrimitive2D-Implementation based primitives,
called from the common process()-implementation
*/
virtual void processBasePrimitive2D(const primitive2d::BasePrimitive2D& rCandidate) override;
diff --git a/drawinglayer/source/processor2d/vclpixelprocessor2d.hxx b/drawinglayer/source/processor2d/vclpixelprocessor2d.hxx
index 3d8d61e070a2..f7b6748bb3e2 100644
--- a/drawinglayer/source/processor2d/vclpixelprocessor2d.hxx
+++ b/drawinglayer/source/processor2d/vclpixelprocessor2d.hxx
@@ -55,7 +55,7 @@ namespace drawinglayer
std::unique_ptr<Impl> m_pImpl;
protected:
- /* the local processor for BasePrinitive2D-Implementation based primitives,
+ /* the local processor for BasePrimitive2D-Implementation based primitives,
called from the common process()-implementation
*/
virtual void processBasePrimitive2D(const primitive2d::BasePrimitive2D& rCandidate) override;