Kaydet (Commit) 13b9055b authored tarafından Zdibák Zoltán's avatar Zdibák Zoltán Kaydeden (comit) Adolfo Jayme Barrientos

Fix copy-paste blooper

Change-Id: I6b52117fdf51da9f402b8904f472e443320d4841
Reviewed-on: https://gerrit.libreoffice.org/63393
Tested-by: Jenkins
Reviewed-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
üst f559951f
......@@ -652,7 +652,7 @@ IMPL_LINK_NOARG( SvxBitmapTabPage, ModifyBitmapStyleHdl, weld::ComboBox&, void )
if (m_xTsbScale->get_sensitive() && m_xTsbScale->get_state() == TRISTATE_TRUE)
{
aSetBitmapSize.setWidth(-m_xBitmapWidth->get_value(FieldUnit::NONE));
aSetBitmapSize.setHeight(-m_xBitmapWidth->get_value(FieldUnit::NONE));
aSetBitmapSize.setHeight(-m_xBitmapHeight->get_value(FieldUnit::NONE));
}
else
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment