diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-03-08 14:56:00 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-03-12 13:35:59 +0100 |
commit | 90a91ed3e9ca1684655268dc52754ca569febc36 (patch) | |
tree | c60be2656d9f136fb2c5eb70d8d9f902e21e5312 /starmath/inc | |
parent | 814cb6a3d63707198e23131facb7ce9f23c389b6 (diff) |
use string literal OUString overloads
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/unomodel.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/starmath/inc/unomodel.hxx b/starmath/inc/unomodel.hxx index cf01ec401f78..b66c82a3fc8c 100644 --- a/starmath/inc/unomodel.hxx +++ b/starmath/inc/unomodel.hxx @@ -59,8 +59,6 @@ public: //////////////////////////////////////////////////////////// -#define A2OU(pText) rtl::OUString::createFromAscii(pText) - //----------------------------------------------------------------------------- class SmModel : public SfxBaseModel, public comphelper::PropertySetHelper, |