[Libreoffice-commits] .: unodevtools/source

2012-06-07 Thread Michael Stahl
 unodevtools/source/skeletonmaker/cppcompskeleton.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9af0eb7e998c7bbf514e324919b710a0ff601244
Author: Michael Stahl 
Date:   Thu Jun 7 15:13:41 2012 +0200

skeletonmaker: add back \" in string literal

Seems accidentally removed in ea489b3570efe7d9a53da91ba66fa1563d40ffbb.

Change-Id: I7c4be5c41033ca8d4f66557efb30d17f8527b4a8

diff --git a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx 
b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
index 36dd8e4..825e535 100644
--- a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
+++ b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
@@ -165,7 +165,7 @@ void generateCompHelperDefinition(std::ostream & o,
 short i=0;
 while (iter != services.end())
 {
-o << "s[" << i++ << "] = ::rtl::OUString("
+o << "s[" << i++ << "] = ::rtl::OUString(\""
   << (*iter).replace('/','.') << "\");\n";
 ++iter;
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: unodevtools/source

2012-06-06 Thread Tor Lillqvist
 unodevtools/source/skeletonmaker/skeletonmaker.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2faadd0b4e1a7971c55e1e0a16890e7194b04544
Author: Tor Lillqvist 
Date:   Wed Jun 6 19:00:03 2012 +0300

Update also the help message

Change-Id: I3b84d1905d13c9418985d1ebe5feac13a0025efe

diff --git a/unodevtools/source/skeletonmaker/skeletonmaker.cxx 
b/unodevtools/source/skeletonmaker/skeletonmaker.cxx
index 3609798..12fd04f 100644
--- a/unodevtools/source/skeletonmaker/skeletonmaker.cxx
+++ b/unodevtools/source/skeletonmaker/skeletonmaker.cxx
@@ -79,7 +79,7 @@ static const char usageText[] =
 "--propertysetmixin the generated skeleton implements the 
cppu::PropertySetMixin\n"
 "   helper if a referenced new style service specifies 
an\n"
 "   interface which provides attributes (directly or 
inherited).\n"
-"-lh --licenseheadergenerates a default OpenOffice.org LGPL license\n"
+"-lh --licenseheadergenerates a default LibreOffice MPL license\n"
 "   header at the beginning of a component source 
file.\n"
 "   This option is taken into account in 'component' 
mode\n"
 "   only and if -o is unequal 'stdout'.\n"
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits