diff options
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); |