summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/hyphen.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-09-24 12:46:56 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-09-24 22:14:00 +0200
commit8a83a40dc23b1e7c64a34c33a0ca57afc5183f40 (patch)
tree4dbf3452a6b82629c9997c27ac9cd674dd3e4b02 /cui/source/dialogs/hyphen.cxx
parent79cb9ef524c3a6b058019da5ca6acfad7a895bf2 (diff)
make all the related inheritences formatted the same way
Change-Id: I2e0c060a86cd199a640589a7599fa5f01ef77e3b Reviewed-on: https://gerrit.libreoffice.org/60943 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/dialogs/hyphen.cxx')
-rw-r--r--cui/source/dialogs/hyphen.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/hyphen.cxx b/cui/source/dialogs/hyphen.cxx
index c519f755e3d6..d0066803c1c2 100644
--- a/cui/source/dialogs/hyphen.cxx
+++ b/cui/source/dialogs/hyphen.cxx
@@ -405,7 +405,7 @@ SvxHyphenWordDialog::SvxHyphenWordDialog(
weld::Window* pParent,
uno::Reference< linguistic2::XHyphenator > const &xHyphen,
SvxSpellWrapper* pWrapper)
- : weld::GenericDialogController(pParent, "cui/ui/hyphenate.ui", "HyphenateDialog")
+ : GenericDialogController(pParent, "cui/ui/hyphenate.ui", "HyphenateDialog")
, m_pHyphWrapper(pWrapper)
, m_aActWord(rWord)
, m_nActLanguage(nLang)