diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2020-03-05 18:40:42 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-03-06 07:04:34 +0100 |
commit | 6d9930f307f08d2c32ee1bcca577cf643955cec9 (patch) | |
tree | 9358a38badf73be6c367a92003ca27f04733729e /sd/source/ui/inc/tpoption.hxx | |
parent | 98bec94b2f88d0a793f2a5a1a0b7fc59d750168b (diff) |
tdf#131137: Fix Checkbox "Do not distort objects in curve" does nothing
See https://bugs.documentfoundation.org/show_bug.cgi?id=131137#c3
and above all
https://bugs.documentfoundation.org/show_bug.cgi?id=131137#c4
Change-Id: Ibd38d13be7ef6956d6c26e6f5f71a6751a56b25e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90054
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd/source/ui/inc/tpoption.hxx')
-rw-r--r-- | sd/source/ui/inc/tpoption.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/tpoption.hxx b/sd/source/ui/inc/tpoption.hxx index 1cc5a88f2ffa..d66a5317e6b1 100644 --- a/sd/source/ui/inc/tpoption.hxx +++ b/sd/source/ui/inc/tpoption.hxx @@ -102,7 +102,7 @@ private: std::unique_ptr<weld::Label> m_xHeightLb; std::unique_ptr<weld::Label> m_xFiInfo2; std::unique_ptr<weld::MetricSpinButton> m_xMtrFldOriginalHeight; - std::unique_ptr<weld::CheckButton> m_xCbxDistrot; + std::unique_ptr<weld::CheckButton> m_xCbxDistort; std::unique_ptr<weld::MetricSpinButton> m_xMtrFldInfo1; std::unique_ptr<weld::MetricSpinButton> m_xMtrFldInfo2; |