summaryrefslogtreecommitdiffstats
path: root/include/svl/ownlist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/ownlist.hxx')
-rw-r--r--include/svl/ownlist.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svl/ownlist.hxx b/include/svl/ownlist.hxx
index 171d38deab44..460c4a3c0f83 100644
--- a/include/svl/ownlist.hxx
+++ b/include/svl/ownlist.hxx
@@ -62,10 +62,10 @@ private:
::std::vector< SvCommand > aCommandList;
public:
- SvCommand& Append( const OUString & rCommand, const OUString & rArg );
- bool AppendCommands( const OUString & rCmd, sal_Int32 * pEaten );
+ void Append( const OUString & rCommand, const OUString & rArg );
+ void AppendCommands( const OUString & rCmd, sal_Int32 * pEaten );
- bool FillFromSequence( const css::uno::Sequence < css::beans::PropertyValue >& );
+ void FillFromSequence( const css::uno::Sequence < css::beans::PropertyValue >& );
void FillSequence( css::uno::Sequence < css::beans::PropertyValue >& );
size_t size() const { return aCommandList.size(); }