Kaydet (Commit) efbf75b8 authored tarafından Samuel Mehrbrodt's avatar Samuel Mehrbrodt

tdf#108824 Save "Mouse pointer visible" property

Change-Id: I6c5c9d885df7fa4032724861361957cb6981091c
Reviewed-on: https://gerrit.libreoffice.org/39939Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
üst 6af02550
......@@ -1986,9 +1986,9 @@ void SdXMLExport::exportPresentationSettings()
}
xPresProps->getPropertyValue("IsMouseVisible") >>= bTemp;
if( !bTemp )
if( bTemp )
{
AddAttribute(XML_NAMESPACE_PRESENTATION, XML_MOUSE_VISIBLE, XML_FALSE );
AddAttribute(XML_NAMESPACE_PRESENTATION, XML_MOUSE_VISIBLE, XML_TRUE );
bHasAttr = true;
}
......
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