diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-10-01 17:46:21 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-01 18:03:38 +0200 |
commit | abd3338486a515380d50c4ee5f4ab242fb5fd4bd (patch) | |
tree | 83a9689e4069ab51cd6cc5e4764513fffb7ec700 /unotools | |
parent | 31e37f8f405d53ad0d5b1a271e07976328f93d64 (diff) |
desktop: stop replacing %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION
... and %PRODUCTXMLFILEFORMATNAME at runtime and hard-code
OpenOffice.org 1.0 for these too.
Change-Id: Id96390506d2a0f367f932e85d3115362ad483bc3
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/configmgr.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/unotools/source/config/configmgr.cxx b/unotools/source/config/configmgr.cxx index bd50f9666129..31ff1cdc263b 100644 --- a/unotools/source/config/configmgr.cxx +++ b/unotools/source/config/configmgr.cxx @@ -129,18 +129,6 @@ OUString utl::ConfigManager::getProductVersion() { OUString("Product/ooSetupVersion")); } -OUString utl::ConfigManager::getProductXmlFileFormat() { - return getConfigurationString( - OUString("/org.openoffice.Setup"), - OUString("Product/ooXMLFileFormatName")); -} - -OUString utl::ConfigManager::getProductXmlFileFormatVersion() { - return getConfigurationString( - OUString("/org.openoffice.Setup"), - OUString("Product/ooXMLFileFormatVersion")); -} - OUString utl::ConfigManager::getVendor() { return getConfigurationString( OUString("/org.openoffice.Setup"), |