Bug 158280 - Replace usage of InputDialog with SvxNameDialog
Summary: Replace usage of InputDialog with SvxNameDialog
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
24.2.0.0 alpha0+
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: difficultyBeginner, easyHack, skillCpp, topicCleanup, topicUI
Depends on:
Blocks: Dev-related
  Show dependency treegraph
 
Reported: 2023-11-20 09:12 UTC by Samuel Mehrbrodt (allotropia)
Modified: 2023-12-09 12:12 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Samuel Mehrbrodt (allotropia) 2023-11-20 09:12:10 UTC
InputDialog (include/sfx2/inputdialog.hxx) serves the same purpose as SvxNameDialog (include/cui/dlgname.hxx).

Usage of InputDialog should be replaced with SvxNameDialog.

When all uses are removed, InputDialog can be dropped too.