From 475c2a083965cf358414f9ddb7d8e191f547a9d9 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Sat, 15 Nov 2014 18:13:45 +0100 Subject: fdo#74669 Add z-test Statistics Dialog Change-Id: I8169e9ceefc48c06b358d5a8e1fc08dabf019eb3 --- sc/source/ui/app/scdll.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/source/ui/app/scdll.cxx') diff --git a/sc/source/ui/app/scdll.cxx b/sc/source/ui/app/scdll.cxx index d94522205a28..d62004964da2 100644 --- a/sc/source/ui/app/scdll.cxx +++ b/sc/source/ui/app/scdll.cxx @@ -259,6 +259,7 @@ void ScDLL::Init() ScMovingAverageDialogWrapper ::RegisterChildWindow(false, pMod); ScTTestDialogWrapper ::RegisterChildWindow(false, pMod); ScFTestDialogWrapper ::RegisterChildWindow(false, pMod); + ScZTestDialogWrapper ::RegisterChildWindow(false, pMod); // First docking Window for Calc ScFunctionChildWindow ::RegisterChildWindow(false, pMod); -- cgit allotropia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cui/source/options/optctl.hxx
AgeCommit message (Expand)Author
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann