[Libreoffice-commits] .: vbahelper/source
Caolán McNamara
caolan at kemper.freedesktop.org
Mon Nov 22 05:04:48 PST 2010
vbahelper/source/vbahelper/vbacommandbarhelper.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 13f449eca2007963ffede2346c19922a5ff8e6b8
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Mon Nov 22 13:04:41 2010 +0000
use RTL_CONSTASCII_USTRINGPARAM
diff --git a/vbahelper/source/vbahelper/vbacommandbarhelper.cxx b/vbahelper/source/vbahelper/vbacommandbarhelper.cxx
index ac15b8a..98db065 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;
More information about the Libreoffice-commits
mailing list