summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2010-02-16 10:47:11 +0100
committerThomas Lange [tl] <tl@openoffice.org>2010-02-16 10:47:11 +0100
commite54a20bf1a45c1c0d2abfe2a7a19bbf2c0bd6bee (patch)
treed53d663dc06c51d6b538eb1b4fa588cb29edc731 /starmath
parent8523afb0a718df3218b9aa27380a62310744e3cc (diff)
cws tl74: merge problem fixed
Diffstat (limited to 'starmath')
-rwxr-xr-x[-rw-r--r--]starmath/source/unomodel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/unomodel.cxx b/starmath/source/unomodel.cxx
index 62f8282069fe..08be8010b632 100644..100755
--- a/starmath/source/unomodel.cxx
+++ b/starmath/source/unomodel.cxx
@@ -88,7 +88,7 @@ SmPrintUIOptions::SmPrintUIOptions()
if( aLocalizedStrings.Count() < 18 ) // bad resource ?
return;
- SmModule *pp = SM_MOD1();
+ SmModule *pp = SM_MOD();
SmConfig *pConfig = pp->GetConfig();
DBG_ASSERT( pConfig, "SmConfig not found" );
if (!pConfig)