From f67d166b30dcba9e854716b29e1035693ef7481b Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 1 Oct 2013 17:23:10 +0200 Subject: remove run-time replacement of %WRITERCOMPATIBILITYVERSIONOOO11 Instead hard-code OpenOffice.org 1.1 as the value, since StarOffice and StarSuite are irrelevant. Change-Id: I9ab3d1cf38cf64cd4e440b3ae43158f748ead7d2 --- unotools/source/config/configmgr.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'unotools') diff --git a/unotools/source/config/configmgr.cxx b/unotools/source/config/configmgr.cxx index cac6b8babe3d..bd50f9666129 100644 --- a/unotools/source/config/configmgr.cxx +++ b/unotools/source/config/configmgr.cxx @@ -147,12 +147,6 @@ OUString utl::ConfigManager::getVendor() { OUString("Product/ooVendor")); } -OUString utl::ConfigManager::getWriterCompatibilityVersionOOo_1_1() { - return getConfigurationString( - OUString("/org.openoffice.Office.Compatibility"), - OUString("WriterCompatibilityVersion/OOo11")); -} - void utl::ConfigManager::storeConfigItems() { getConfigManager().doStoreConfigItems(); } -- cgit