summaryrefslogtreecommitdiff
path: root/vcl/inc/salvtables.hxx
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2024-11-10 23:31:33 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2024-11-11 09:34:46 +0100
commit719bb5c7197fecf11b89f4c503aae6b3ef3b99fe (patch)
tree924d29abb5e151217112e1cce556fa37d9ee37f4 /vcl/inc/salvtables.hxx
parentf39f318a6f0b9e42de312fd1d606d8626e1b646d (diff)
vcl: Return unique_ptr in weld::Dialog::weld_content_area
This is effectively the weld::Dialog equivalent of Change-Id: Ia839fac90ea93b9ac6be5819aa4bb3261a775f33 Author: Michael Weghorn <m.weghorn@posteo.de> Date: Sun Nov 10 23:01:07 2024 +0100 vcl: Return unique_ptr in weld::MessageDialog::weld_message_area Change-Id: I3eee2d3617c3576b442a5578090cd5de53e17f33 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176365 Reviewed-by: Michael Weghorn <m.weghorn@posteo.de> Tested-by: Jenkins
Diffstat (limited to 'vcl/inc/salvtables.hxx')
-rw-r--r--vcl/inc/salvtables.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/salvtables.hxx b/vcl/inc/salvtables.hxx
index e6341e4b87ed..196be2c4193a 100644
--- a/vcl/inc/salvtables.hxx
+++ b/vcl/inc/salvtables.hxx
@@ -555,7 +555,7 @@ public:
virtual void set_default_response(int nResponse) override;
- virtual weld::Container* weld_content_area() override;
+ virtual std::unique_ptr<weld::Container> weld_content_area() override;
};
class SalInstanceAssistant : public SalInstanceDialog, public virtual weld::Assistant