[Libreoffice-commits] .: unotools/source
Thorsten Behrens
thorsten at kemper.freedesktop.org
Mon Nov 15 09:40:23 PST 2010
unotools/source/config/docinfohelper.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit fcd0ce8ad3420587fd404902153febf6cb9ee3a6
Author: Thorsten Behrens <tbehrens at novell.com>
Date: Fri Nov 12 14:18:58 2010 +0100
Change ODF creator to LibreOffice
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