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 /include/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 'include/unotools')
-rw-r--r-- | include/unotools/configmgr.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/unotools/configmgr.hxx b/include/unotools/configmgr.hxx index b8bc42d675cf..1b24feb026a1 100644 --- a/include/unotools/configmgr.hxx +++ b/include/unotools/configmgr.hxx @@ -50,10 +50,6 @@ public: static OUString getProductName(); - static OUString getProductXmlFileFormat(); - - static OUString getProductXmlFileFormatVersion(); - static OUString getProductVersion(); static OUString getVendor(); |