summaryrefslogtreecommitdiff
path: root/starmath/inc/smmod.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-25 11:33:10 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-25 11:33:10 +0000
commit3d36b7e11bb33ed3669b91520f9e1d6d73cccd1f (patch)
treea253ef48fb7e7672844189e2d91b6d393f97c7bc /starmath/inc/smmod.hxx
parent8bcc68fb9e40c2123b6c7e6a694ff828b51bd73f (diff)
INTEGRATION: CWS tl32 (1.13.136); FILE MERGED
2006/11/02 15:13:53 tl 1.13.136.2: #i69286# make starmath warning-free for unxsols4(.pro) 2006/11/01 13:07:04 tl 1.13.136.1: #i69286# make starmath warning-free for unxlngi6(.pro)
Diffstat (limited to 'starmath/inc/smmod.hxx')
-rw-r--r--starmath/inc/smmod.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/starmath/inc/smmod.hxx b/starmath/inc/smmod.hxx
index 902cdb41d00d..2dcd0d0f2868 100644
--- a/starmath/inc/smmod.hxx
+++ b/starmath/inc/smmod.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: smmod.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: rt $ $Date: 2007-04-26 08:14:22 $
+ * last change: $Author: vg $ $Date: 2007-05-25 12:33:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -90,8 +90,8 @@ class SmNamesArray : public Resource
public:
SmNamesArray( LanguageType nLang, int nRID ) :
Resource( SmResId(RID_LOCALIZED_NAMES) ),
- nLanguage (nLang),
- aNamesAry (SmResId(nRID))
+ aNamesAry (ResId(nRID)),
+ nLanguage (nLang)
{
FreeResource();
}
@@ -149,7 +149,7 @@ class SmModule : public SfxModule, public SfxListener
public:
TYPEINFO();
- SFX_DECL_INTERFACE(SFX_INTERFACE_SMA_START + 0);
+ SFX_DECL_INTERFACE(SFX_INTERFACE_SMA_START + 0)
SmModule(SfxObjectFactory* pObjFact);
virtual ~SmModule();