diff options
Diffstat (limited to 'starmath/source/smdll.cxx')
-rw-r--r-- | starmath/source/smdll.cxx | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/starmath/source/smdll.cxx b/starmath/source/smdll.cxx index 930c09488223..00ea0f5d49b2 100644 --- a/starmath/source/smdll.cxx +++ b/starmath/source/smdll.cxx @@ -54,11 +54,9 @@ bool SmDLL::bInitialized = false; -/************************************************************************* -|* -|* Initialisierung -|* -\************************************************************************/ + +// Initialization + void SmDLL::Init() { if ( bInitialized ) @@ -94,11 +92,9 @@ void SmDLL::Init() ::sfx2::TaskPaneWrapper::RegisterChildWindow( false, pp ); } -/************************************************************************* -|* -|* Deinitialisierung -|* -\************************************************************************/ + +// Deinitialization + void SmDLL::Exit() { // the SdModule must be destroyed |