diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2010-11-22 13:04:41 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-11-22 13:04:41 +0000 |
commit | d4ef839c9e92f24156e7c6f4c71e47799281bbb8 (patch) | |
tree | 0cf6eff6074b888e945a4ca099160cb909f1293a /vbahelper | |
parent | 04908a45e8ba8ab3fa342c55df4682b3bc0b3510 (diff) |
use RTL_CONSTASCII_USTRINGPARAM
Diffstat (limited to 'vbahelper')
-rw-r--r-- | vbahelper/source/vbahelper/vbacommandbarhelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vbahelper/source/vbahelper/vbacommandbarhelper.cxx b/vbahelper/source/vbahelper/vbacommandbarhelper.cxx index 2c66fb0d40e3..c6e5831b9577 100644 --- a/vbahelper/source/vbahelper/vbacommandbarhelper.cxx +++ b/vbahelper/source/vbahelper/vbacommandbarhelper.cxx @@ -41,7 +41,7 @@ using namespace com::sun::star; using namespace ooo::vba; -#define CREATEOUSTRING(asciistr) rtl::OUString::createFromAscii(asciistr) +#define CREATEOUSTRING(asciistr) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(asciistr)) typedef std::map< rtl::OUString, rtl::OUString > MSO2OOCommandbarMap; |