summaryrefslogtreecommitdiff
path: root/sc/source/ui/app/scdll.cxx
diff options
context:
space:
mode:
authorTomaž Vajngerl <quikee@gmail.com>2013-07-14 22:18:14 +0200
committerTomaž Vajngerl <quikee@gmail.com>2013-07-14 22:25:20 +0200
commit5c05b1cabcf7f6a7f490ae6fc4bc145e75229752 (patch)
tree5b6e09c12fd96156bff012769e767790680f10e4 /sc/source/ui/app/scdll.cxx
parentbdb0619d6f28a2b0a9636077f576265d1305ca20 (diff)
fdo#66477 Random Number Generation added to menu>fill.
Added dialog for random number generation to fill menu into calc. Initial implementation has uniform, uniform integer, cauchy, bernoulli, binomial, negative binomial, chi squared and geometric distribution. Others can quickly be added. Change-Id: Id5c1f27462f1fe87eddedf415b9c149fb943404a
Diffstat (limited to 'sc/source/ui/app/scdll.cxx')
-rw-r--r--sc/source/ui/app/scdll.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/app/scdll.cxx b/sc/source/ui/app/scdll.cxx
index b31a45e74874..553399fe2903 100644
--- a/sc/source/ui/app/scdll.cxx
+++ b/sc/source/ui/app/scdll.cxx
@@ -270,6 +270,8 @@ void ScDLL::Init()
ScColRowNameRangesDlgWrapper::RegisterChildWindow(false, pMod);
ScFormulaDlgWrapper ::RegisterChildWindow(false, pMod);
+ ScRandomNumberGeneratorDialogWrapper::RegisterChildWindow(false, pMod);
+
// First docking Window for Calc
ScFunctionChildWindow ::RegisterChildWindow(false, pMod);