diff options
author | Noel <noelgrandin@gmail.com> | 2020-10-22 10:53:49 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-10-22 18:58:12 +0200 |
commit | 7b2d10068d43bf14efbe3ad18a15e0536e03a15e (patch) | |
tree | 65ede0ecde77ce99b3421246ccc1cdc7a70a907c /include | |
parent | 2d1a8f83ce4c74b2ede1e93e8e1d309a61b8af23 (diff) |
only need to check the version once
Change-Id: Ie02ce5e7823a7564da919525f9cbdf4fc92072dc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104649
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/xmlimp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/xmlimp.hxx b/include/xmloff/xmlimp.hxx index edb437b8fa94..43a5b5ca729a 100644 --- a/include/xmloff/xmlimp.hxx +++ b/include/xmloff/xmlimp.hxx @@ -460,7 +460,7 @@ public: bool IsTableShapeSupported() const { return mbIsTableShapeSupported; } - OUString const & GetODFVersion() const; + OUString GetODFVersion() const; bool IsOOoXML() const; // legacy non-ODF format? /** |