diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-10-01 17:23:10 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-01 18:03:37 +0200 |
commit | f67d166b30dcba9e854716b29e1035693ef7481b (patch) | |
tree | 1e554fa17dcfa18213d9a94e38b6837feaf24c6d /unotools | |
parent | 041d2b88a473cc7ba9b68113f7642dd8417369e4 (diff) |
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
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/configmgr.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
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(); } |