diff options
author | Radu Ioan <ioan.radu.g@gmail.com> | 2015-04-04 19:03:35 +0300 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-05-01 22:01:53 +0000 |
commit | 480ca7434a330b2678f9ef287cffd6d9cf27bed5 (patch) | |
tree | 9b3bdb2b00734a63c43354e62d5880d88ea9d086 /include | |
parent | 861a86dfca00bc42b57d70621605d5831e6305a5 (diff) |
tdf#89790 - DOCX: saving LO version number in correct tag in app.xml
Converted existing method that provides application name and version in two functions
Change-Id: I93b70da7c78ee5db3d6eb710a2a2a9f4b7b4fb86
Reviewed-on: https://gerrit.libreoffice.org/15151
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/unotools/docinfohelper.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/unotools/docinfohelper.hxx b/include/unotools/docinfohelper.hxx index ddc28b05279b..320b3b542d48 100644 --- a/include/unotools/docinfohelper.hxx +++ b/include/unotools/docinfohelper.hxx @@ -29,7 +29,8 @@ class UNOTOOLS_DLLPUBLIC DocInfoHelper { public: static OUString GetGeneratorString(); - + static OUString GetApplicationString(); + static OUString GetVersionString(); }; } // namespace utl |