summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2010-11-12 14:18:58 +0100
committerThorsten Behrens <tbehrens@novell.com>2010-11-15 18:41:09 +0100
commit834bde1726d8636770f84c297b943878bdeedefb (patch)
tree405637bccd04379403e0dc827b3d2e5c4bce102f /unotools
parentf9e75abe92335a719944b201cffc823952149573 (diff)
Change ODF creator to LibreOffice
(cherry picked from commit 329074b862aa085191ffc2451d18972cfb2182fd)
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/docinfohelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/config/docinfohelper.cxx b/unotools/source/config/docinfohelper.cxx
index e37da4e54634..4baa1d984687 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++ )