diff options
author | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2013-07-30 11:35:38 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2013-08-01 16:28:10 +0000 |
commit | ce33ac1da4b3345684e69dc0d5adff375fcb4a13 (patch) | |
tree | 67d5e3c0375e3f60148b5a10dc2b7c6525619308 /include | |
parent | 96ef3ad2d84b3d390f0bdd47408d2a7b2c569087 (diff) |
Add enableOnRadioCheck for 2 dependent windows.
This is needed for the embedded db selector that is
to be added to the database setup wizard.
Change-Id: I5bbf4bf51472ca84c678b97991b9763fc062a88f
Reviewed-on: https://gerrit.libreoffice.org/5198
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/dialogcontrolling.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svtools/dialogcontrolling.hxx b/include/svtools/dialogcontrolling.hxx index 56d31d4e7161..95153eaa4cdf 100644 --- a/include/svtools/dialogcontrolling.hxx +++ b/include/svtools/dialogcontrolling.hxx @@ -157,6 +157,7 @@ namespace svt disabled when it's unchecked */ void enableOnRadioCheck( RadioButton& _rRadio, Window& _rDependentWindow ); + void enableOnRadioCheck( RadioButton& _rRadio, Window& _rDependentWindow1, Window& _rDependentWindow2 ); void enableOnRadioCheck( RadioButton& _rRadio, Window& _rDependentWindow1, Window& _rDependentWindow2, Window& _rDependentWindow3 ); void enableOnRadioCheck( RadioButton& _rRadio, Window& _rDependentWindow1, Window& _rDependentWindow2, Window& _rDependentWindow3, Window& _rDependentWindow4, Window& _rDependentWindow5 ); |