diff options
author | Andras Timar <andras.timar@collabora.com> | 2015-05-04 18:12:42 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-05-05 07:25:21 +0000 |
commit | f62af191bf0f0d1578abc919ca3c902864fefa22 (patch) | |
tree | 07bc847e3920a987eb72be196cbd2709f388488b /drawinglayer | |
parent | a0fca97eda10778be076c411dfd513e2a38937ae (diff) |
typo: strech -> stretch
Change-Id: I0de1cfaa0df460c7bc8e49752b31056f95c30053
Reviewed-on: https://gerrit.libreoffice.org/15628
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'drawinglayer')
-rw-r--r-- | drawinglayer/source/attribute/sdrfillgraphicattribute.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/attribute/sdrfillgraphicattribute.cxx b/drawinglayer/source/attribute/sdrfillgraphicattribute.cxx index 2e7f05ed1dc9..4ad7cdb91662 100644 --- a/drawinglayer/source/attribute/sdrfillgraphicattribute.cxx +++ b/drawinglayer/source/attribute/sdrfillgraphicattribute.cxx @@ -213,7 +213,7 @@ namespace drawinglayer basegfx::B2DPoint aBitmapSize(1.0, 1.0); basegfx::B2DVector aBitmapTopLeft(0.0, 0.0); - //UUUU are changes needed? When streched we are already done, all other values will have no influence + //UUUU are changes needed? When stretched we are already done, all other values will have no influence if(getTiling() || !getStretch()) { // init values with range sizes |