summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwshc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/tabvwshc.cxx')
-rw-r--r--sc/source/ui/view/tabvwshc.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/sc/source/ui/view/tabvwshc.cxx b/sc/source/ui/view/tabvwshc.cxx
index 6b8118e07f21..89f25cd09faf 100644
--- a/sc/source/ui/view/tabvwshc.cxx
+++ b/sc/source/ui/view/tabvwshc.cxx
@@ -56,6 +56,7 @@
#include "markdata.hxx"
#include "reffact.hxx"
#include "condformatdlg.hxx"
+#include "unitsconversiondlg.hxx"
#include "xmlsourcedlg.hxx"
#include "RandomNumberGeneratorDialog.hxx"
@@ -324,6 +325,12 @@ VclPtr<SfxModelessDialog> ScTabViewShell::CreateRefDialog(
}
break;
+ case SID_UNITSCONVERSION_DIALOG:
+ {
+ pResult = VclPtr<ScUnitsConversionDialog>::Create( pB, pCW, pParent, &GetViewData() );
+ }
+ break;
+
case SID_RANDOM_NUMBER_GENERATOR_DIALOG:
{
pResult = VclPtr<ScRandomNumberGeneratorDialog>::Create( pB, pCW, pParent, &GetViewData() );