diff options
author | Tobias Kranz <tkranz@zedat.fu-berlin.de> | 2011-02-18 09:17:02 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-02-18 09:17:02 +0100 |
commit | c72a05b60f126031405181e44ee5ae25edb8f966 (patch) | |
tree | 5982632f2db5a1d48bb58008f4da2adb2978de3b /starmath/source/smdll.cxx | |
parent | 39b8a5f87f55abe53488c9c3c35b65fb0df84cde (diff) |
Translated several German comments in Math.
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 |