summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/DropDownFieldDialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/DropDownFieldDialog.hxx')
-rw-r--r--sw/source/uibase/inc/DropDownFieldDialog.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/DropDownFieldDialog.hxx b/sw/source/uibase/inc/DropDownFieldDialog.hxx
index 13f3946a4679..73b7d9fd15c1 100644
--- a/sw/source/uibase/inc/DropDownFieldDialog.hxx
+++ b/sw/source/uibase/inc/DropDownFieldDialog.hxx
@@ -51,9 +51,9 @@ public:
virtual ~DropDownFieldDialog() override;
bool PrevButtonPressed() const;
bool NextButtonPressed() const;
- short execute()
+ virtual short run() override
{
- short nRet = run();
+ short nRet = GenericDialogController::run();
if (nRet == RET_OK)
Apply();
return nRet;