diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-04-29 23:36:57 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-30 11:22:09 +0100 |
commit | 8a0685d49f679d6f98de2f357f1ec74590573852 (patch) | |
tree | 97eb05105a45186049c1c3dad20233c29747ed9c /starmath/inc | |
parent | b18cfdc7cd3755c147970f86d23973f337be01a7 (diff) |
make ResId::toString a non-static member
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/smmod.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/starmath/inc/smmod.hxx b/starmath/inc/smmod.hxx index a75aee02c0a5..43b45392a9d1 100644 --- a/starmath/inc/smmod.hxx +++ b/starmath/inc/smmod.hxx @@ -69,6 +69,8 @@ public: SmResId(sal_uInt16 nId); }; +#define SM_RESSTR(x) SmResId(x).toString() + class SmNamesArray : public Resource { ResStringArray aNamesAry; |