summaryrefslogtreecommitdiff
path: root/include/svl/ownlist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/ownlist.hxx')
-rw-r--r--include/svl/ownlist.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/ownlist.hxx b/include/svl/ownlist.hxx
index 6a29f993f62d..620b48078ac7 100644
--- a/include/svl/ownlist.hxx
+++ b/include/svl/ownlist.hxx
@@ -64,7 +64,7 @@ public:
void Append( const OUString & rCommand, const OUString & rArg );
void FillFromSequence( const css::uno::Sequence < css::beans::PropertyValue >& );
- void FillSequence( css::uno::Sequence < css::beans::PropertyValue >& );
+ void FillSequence( css::uno::Sequence < css::beans::PropertyValue >& ) const;
size_t size() const { return aCommandList.size(); }