diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-05-31 21:22:42 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-06-02 20:55:41 +0200 |
commit | 9030bfb8401a73ff45a8df0f7ba05ae46332fafb (patch) | |
tree | 04db88496a388f258823a02dd0875f8fe865c669 /svx | |
parent | fc12f345a7db0ca6846f3838545ba1844827c8cc (diff) |
Fix typos
Change-Id: I9b7800610a04d0c3e1d241531049fbab06943ce3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135208
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/diagram/IDiagramHelper.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/diagram/IDiagramHelper.cxx b/svx/source/diagram/IDiagramHelper.cxx index 25acb3719a1c..b701a5930917 100644 --- a/svx/source/diagram/IDiagramHelper.cxx +++ b/svx/source/diagram/IDiagramHelper.cxx @@ -116,7 +116,7 @@ class OverlayDiagramPrimitive final : public drawinglayer::primitive2d::Discrete private: basegfx::B2DHomMatrix maTransformation; // object dimensions double mfDiscreteDistance; // distance from object in pixels - double mfDiscreteGap; // gap/widh of visualization in pixels + double mfDiscreteGap; // gap/width of visualization in pixels Color maColor; // base color (made lighter/darker as needed, should be system selection color) virtual void create2DDecomposition( @@ -153,7 +153,7 @@ void OverlayDiagramPrimitive::create2DDecomposition( // initially try to create lap if(bCreateLap) { - // take a ressource text (for now existing one that fits) + // take a resource text (for now existing one that fits) const OUString aName(SvxResId(RID_STR_DATANAV_EDIT_ELEMENT)); drawinglayer::primitive2d::TextLayouterDevice aTextLayouter; basegfx::B2DPolyPolygonVector aTarget; |