diff options
Diffstat (limited to 'include/svx/srchdlg.hxx')
-rw-r--r-- | include/svx/srchdlg.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/srchdlg.hxx b/include/svx/srchdlg.hxx index 71c956dcd69a..2b975e435083 100644 --- a/include/svx/srchdlg.hxx +++ b/include/svx/srchdlg.hxx @@ -51,6 +51,7 @@ class SVX_DLLPUBLIC SearchAttrItemList : private SrchAttrItemList public: SearchAttrItemList() {} SearchAttrItemList( const SearchAttrItemList& rList ); + SearchAttrItemList( SearchAttrItemList&& rList ); ~SearchAttrItemList(); void Put( const SfxItemSet& rSet ); |