diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-04-17 15:46:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-04-17 22:22:18 +0200 |
commit | b6075c3afed5837a79a9c509f5b38f38eeacf6dc (patch) | |
tree | 5cae070135ca387860d9ca8f7a809842801f25e2 /sc/source/ui/inc/validate.hxx | |
parent | e54762baa8019d02cadd311e750f6ff0d276f67b (diff) |
boil incomprehensible template spew down to its simpler reality
Change-Id: I6a428b6515bffb69b6890ddcf8990c2c773b506c
Reviewed-on: https://gerrit.libreoffice.org/70889
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/source/ui/inc/validate.hxx')
-rw-r--r-- | sc/source/ui/inc/validate.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/validate.hxx b/sc/source/ui/inc/validate.hxx index d28ee58192cd..661b605387d9 100644 --- a/sc/source/ui/inc/validate.hxx +++ b/sc/source/ui/inc/validate.hxx @@ -146,10 +146,10 @@ public: /** The "Validity" tab dialog. */ class ScValidationDlg - : public ScRefHdlrControllerImpl<ScValidationDlg, SfxTabDialogController, false> + : public ScRefHdlrControllerImpl<SfxTabDialogController, false> , public ScRefHandlerHelper { - typedef ScRefHdlrControllerImpl<ScValidationDlg, SfxTabDialogController, false> ScValidationDlgBase; + typedef ScRefHdlrControllerImpl<SfxTabDialogController, false> ScValidationDlgBase; ScTabViewShell * const m_pTabVwSh; OString m_sValuePageId; |