From 2d3baccf0249f8c68dcf8f9b0000453d0bc82d8f Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Mon, 20 May 2013 00:13:10 +0200 Subject: Math: new rendered Elements docking window added Added a docking window with elements that are rendered using the math renderer insted of static pictures. Currently this is an alternative to the existing elements floating window which will be removed when the new one is ready. This is an initial but fully functional version. Change-Id: I7678d09d643c532c672447026b0f12b7b70fc91d --- starmath/source/smdll.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'starmath/source/smdll.cxx') diff --git a/starmath/source/smdll.cxx b/starmath/source/smdll.cxx index 8395c09d63e9..e25dca417e30 100644 --- a/starmath/source/smdll.cxx +++ b/starmath/source/smdll.cxx @@ -33,6 +33,8 @@ #include #include +#include + #include #include @@ -72,6 +74,7 @@ namespace SmToolBoxWrapper::RegisterChildWindow(true); SmCmdBoxWrapper::RegisterChildWindow(true); + SmElementsDockingWindowWrapper::RegisterChildWindow(true); ::sfx2::TaskPaneWrapper::RegisterChildWindow(false, pModule); } -- cgit