office-gobmx/cui
Caolán McNamara c8eb95e840 cid#1619147 Dereference before null check
maybe it possible in --headless that ShowMarkWnd launches

weld::DialogController::runAsync(mxMarkWnd, [this](sal_Int32 /*nResult*/) { mxMarkWnd.reset(); } );

and the auto-cancel calls mxMarkWnd.reset() immediately?

Otherwise, not sure how this could come about.

Change-Id: I761ee7450a8ba54b2a7f75d4ee116c30319ddaa8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172976
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-09-07 22:43:32 +02:00
..
inc tdf#162476 Pluralize command name to reflect its effect beyond the current cell 2024-09-02 17:21:34 +02:00
qa cui, dbaccess, desktop, external, filter, librelogo: fix issues found by 2024-07-27 12:51:55 +02:00
source cid#1619147 Dereference before null check 2024-09-07 22:43:32 +02:00
uiconfig/ui Resolves: tdf#162659 toggle buttons have no "weight" property 2024-08-29 09:03:29 +02:00
util
AllLangMoTarget_cui.mk
CppunitTest_cui_dialogs_test.mk
CppunitTest_cui_dialogs_test_2.mk
CppunitTest_cui_dialogs_test_3.mk
CppunitTest_cui_dialogs_test_4.mk
IwyuFilter_cui.yaml
Library_cui.mk
Makefile
Module_cui.mk
Package_cui.mk
README.md
UIConfig_cui.mk
UITest_cui_dialogs.mk
UITest_cui_tabpages.mk

Common User Interface (cui)

It was moved out from svx in DEV300m68:

http://www.mail-archive.com/dev@openoffice.org/msg12925.html

It contains dialogs used by more than one application, e.g. paragraph properties.