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 /include | |
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 'include')
-rw-r--r-- | include/drawinglayer/primitive2d/polypolygonprimitive2d.hxx | 2 | ||||
-rw-r--r-- | include/drawinglayer/primitive2d/primitivetools2d.hxx | 4 | ||||
-rw-r--r-- | include/sax/tools/converter.hxx | 2 | ||||
-rw-r--r-- | include/svx/fmgridcl.hxx | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/include/drawinglayer/primitive2d/polypolygonprimitive2d.hxx b/include/drawinglayer/primitive2d/polypolygonprimitive2d.hxx index f80e5193a9ee..f01357d14f43 100644 --- a/include/drawinglayer/primitive2d/polypolygonprimitive2d.hxx +++ b/include/drawinglayer/primitive2d/polypolygonprimitive2d.hxx @@ -426,7 +426,7 @@ namespace drawinglayer /// the transparence [0.0 .. 1.0] double mfTransparence; - /// the discrete grow size ('pixels'), only posivive values allowed + /// the discrete grow size ('pixels'), only positive values allowed double mfDiscreteGrow; /// bitfield diff --git a/include/drawinglayer/primitive2d/primitivetools2d.hxx b/include/drawinglayer/primitive2d/primitivetools2d.hxx index 824306e4c77b..993cab84caa0 100644 --- a/include/drawinglayer/primitive2d/primitivetools2d.hxx +++ b/include/drawinglayer/primitive2d/primitivetools2d.hxx @@ -33,7 +33,7 @@ namespace drawinglayer { /** DiscreteMetricDependentPrimitive2D class - tooling class for BufferedDecompositionPrimitive2D baseed classes which are view-dependent + tooling class for BufferedDecompositionPrimitive2D based classes which are view-dependent regarding the size of a discrete unit. The implementation of get2DDecomposition guards the buffered local decomposition and ensures that a create2DDecomposition implementation may use an up-to-date DiscreteUnit accessible using getDiscreteUnit() @@ -79,7 +79,7 @@ namespace drawinglayer { /** ViewportDependentPrimitive2D class - tooling class for BufferedDecompositionPrimitive2D baseed classes which are view-dependent + tooling class for BufferedDecompositionPrimitive2D based classes which are view-dependent regarding the viewport. The implementation of get2DDecomposition guards the buffered local decomposition and ensures that a create2DDecomposition implementation may use an up-to-date Viewport accessible using getViewport() diff --git a/include/sax/tools/converter.hxx b/include/sax/tools/converter.hxx index d06d0ceee7b1..3c451a0d3a9e 100644 --- a/include/sax/tools/converter.hxx +++ b/include/sax/tools/converter.hxx @@ -199,7 +199,7 @@ public: static void encodeBase64(OUStringBuffer& aStrBuffer, const com::sun::star::uno::Sequence<sal_Int8>& aPass); // Decode a base 64 encoded string into a sequence of bytes. The first - // version can be used for attribute values only, bacause it does not + // version can be used for attribute values only, because it does not // return any chars left from conversion. // For text submitted throgh the SAX characters call, the later method // must be used! diff --git a/include/svx/fmgridcl.hxx b/include/svx/fmgridcl.hxx index 55e12d0ad030..c9147531f3d0 100644 --- a/include/svx/fmgridcl.hxx +++ b/include/svx/fmgridcl.hxx @@ -99,7 +99,7 @@ class SVX_DLLPUBLIC SAL_WARN_UNUSED FmGridControl : public DbGridControl friend class FmXGridPeer; FmXGridPeer* m_pPeer; - sal_Int32 m_nCurrentSelectedColumn; // this is the column model (not the view) posisition ... + sal_Int32 m_nCurrentSelectedColumn; // this is the column model (not the view) position... sal_uInt16 m_nMarkedColumnId; bool m_bSelecting; bool m_bInColumnMove : 1; |