diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-09-28 19:13:38 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-09-30 14:36:16 +0200 |
commit | ccbd773136c8c6b8746b2e7b767b1aef3fb3babe (patch) | |
tree | b76addea2f7789a453d65b046e2ad949ad6037f1 /cui/source/inc/connect.hxx | |
parent | 896a1f8630cc4948e23fc8cce926e4d0910feb96 (diff) |
weld SwTestAccountSettingsDialog
Change-Id: Idead8d63dc472403e15eb9adf3cb82467e4d6721
Reviewed-on: https://gerrit.libreoffice.org/61106
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/inc/connect.hxx')
-rw-r--r-- | cui/source/inc/connect.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/connect.hxx b/cui/source/inc/connect.hxx index 50caaf5b370c..70e54e6fd8f4 100644 --- a/cui/source/inc/connect.hxx +++ b/cui/source/inc/connect.hxx @@ -73,7 +73,7 @@ public: virtual void PageCreated(const SfxAllItemSet& aSet) override; }; -/* Derived from SfxSingleTabDialog, in order to be informed about +/* Derived from SfxSingleTabDialogController, in order to be informed about virtual methods by the control. */ class SvxConnectionDialog : public SfxSingleTabDialogController { |