summaryrefslogtreecommitdiffstats
path: root/include/xmloff/xmlnumfe.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2017-01-29 12:28:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-30 06:06:36 +0000
commit9734a6e1c3930c29aa3c7b80cb896d57c2bebe31 (patch)
tree52be08c9313f09f1d9d99d80b2db20e26b5ca4e6 /include/xmloff/xmlnumfe.hxx
parenttdf#104693: screenshot: fix mirrored mac screenshots (diff)
downloadcore-9734a6e1c3930c29aa3c7b80cb896d57c2bebe31.tar.gz
core-9734a6e1c3930c29aa3c7b80cb896d57c2bebe31.zip
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/xmloff/xmlnumfe.hxx')
-rw-r--r--include/xmloff/xmlnumfe.hxx2
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);