diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2017-01-29 12:28:45 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-30 06:06:36 +0000 |
commit | 9734a6e1c3930c29aa3c7b80cb896d57c2bebe31 (patch) | |
tree | 52be08c9313f09f1d9d99d80b2db20e26b5ca4e6 /include | |
parent | 8145a80868aeb2d81abdeb2918942911c6d128f4 (diff) |
GetWasUsed can return by value, no need to be a special snowflake
Change-Id: I4ef22fa49ee883ff0bddb49d1711e8521905502f
Reviewed-on: https://gerrit.libreoffice.org/33658
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/xmlnumfe.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/xmlnumfe.hxx b/include/xmloff/xmlnumfe.hxx index 905a6e31d318..b4792a8de1a3 100644 --- a/include/xmloff/xmlnumfe.hxx +++ b/include/xmloff/xmlnumfe.hxx @@ -114,7 +114,7 @@ public: // get the style name that was generated for a key OUString GetStyleName( sal_uInt32 nKey ); - void GetWasUsed(css::uno::Sequence<sal_Int32>& rWasUsed); + css::uno::Sequence<sal_Int32> GetWasUsed(); void SetWasUsed(const css::uno::Sequence<sal_Int32>& rWasUsed); |