[Libreoffice-commits] .: Branch 'libreoffice-3-3' - unotools/source

Thorsten Behrens thorsten at kemper.freedesktop.org
Mon Nov 15 09:41:24 PST 2010


 unotools/source/config/docinfohelper.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6fbfcb7125cb4e2158a1b3c3ccd9347cb34fa664
Author: Thorsten Behrens <tbehrens at novell.com>
Date:   Fri Nov 12 14:18:58 2010 +0100

    Change ODF creator to LibreOffice
    (cherry picked from commit 329074b862aa085191ffc2451d18972cfb2182fd)

diff --git a/unotools/source/config/docinfohelper.cxx b/unotools/source/config/docinfohelper.cxx
index 7956a3c..2e49b3c 100644
--- a/unotools/source/config/docinfohelper.cxx
+++ b/unotools/source/config/docinfohelper.cxx
@@ -78,11 +78,11 @@ namespace utl
         aResult.append( (sal_Unicode)' ' );
     }
 
-    // second product: OpenOffice.org_project/<build_information>
+    // second product: LibreOffice_project/<build_information>
     // build_information has '(' and '[' encoded as '$', ')' and ']' ignored
     // and ':' replaced by '-'
     {
-        aResult.appendAscii( "OpenOffice.org_project/" );
+        aResult.appendAscii( "LibreOffice_project/" );
         ::rtl::OUString aDefault;
         ::rtl::OUString aBuildId( Bootstrap::getBuildIdData( aDefault ) );
         for( sal_Int32 i=0; i < aBuildId.getLength(); i++ )


More information about the Libreoffice-commits mailing list