https://bugs.documentfoundation.org/show_bug.cgi?id=158624

Hossein <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|needsDevEval                |difficultyBeginner,
                   |                            |skillCpp

--- Comment #5 from Hossein <[email protected]> ---
Yes, this is an EasyHack.

Searching for the text in the dialog box:

$ git grep "This document may contain formatting"

shows sfx2/uiconfig/ui/alienwarndialog.ui

Searching for the alienwarndialog.ui leads to:

sfx2/source/dialog/alienwarn.cxx:27

Looking into the implementation, it becomes visible that one needs to look into
alienwarn.cxx and guisaveas.cxx, which are the places where the file format is
set. One needs to change the invokes a little and add the file extension.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to