diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-14 23:55:35 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-16 11:10:51 +0000 |
commit | ca9de688c2c263c51dca1cbbf2892e3b419f921e (patch) | |
tree | 8700f70efdc3275cf71277347e1268b8cc4954a4 /svx | |
parent | edb1582c4aec8948872aeca46e4a2703768f3c55 (diff) |
Fix typos
Change-Id: I549635318f46718042e50c8f89ce3c620cade990
Reviewed-on: https://gerrit.libreoffice.org/16281
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/form/filtnav.cxx | 2 | ||||
-rw-r--r-- | svx/source/xoutdev/xtabdash.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/form/filtnav.cxx b/svx/source/form/filtnav.cxx index 8e035bb69cdf..b5b1390debef 100644 --- a/svx/source/form/filtnav.cxx +++ b/svx/source/form/filtnav.cxx @@ -224,7 +224,7 @@ Image FmFilterItem::GetImage() const } -// Hints for communicatition between model and view +// Hints for communication between model and view class FmFilterHint : public SfxHint { diff --git a/svx/source/xoutdev/xtabdash.cxx b/svx/source/xoutdev/xtabdash.cxx index cc82ef006882..1a08f7bd9602 100644 --- a/svx/source/xoutdev/xtabdash.cxx +++ b/svx/source/xoutdev/xtabdash.cxx @@ -127,7 +127,7 @@ Bitmap XDashList::ImpCreateBitmapForXDash(const XDash* pDash) aDotDashArray, fFullDotDashLen); - // cerate LinePrimitive + // create LinePrimitive const drawinglayer::primitive2d::Primitive2DReference aLinePrimitive( new drawinglayer::primitive2d::PolygonStrokePrimitive2D( aLine, |