summaryrefslogtreecommitdiff
path: root/include/svtools/svlbitm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/svlbitm.hxx')
-rw-r--r--include/svtools/svlbitm.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/svlbitm.hxx b/include/svtools/svlbitm.hxx
index c9db0cbf5a46..16106511a0b5 100644
--- a/include/svtools/svlbitm.hxx
+++ b/include/svtools/svlbitm.hxx
@@ -229,8 +229,8 @@ class SVT_DLLPUBLIC SvLBoxContextBmp : public SvLBoxItem
{
std::unique_ptr<SvLBoxContextBmp_Impl> m_pImpl;
public:
- SvLBoxContextBmp(Image aBmp1,
- Image aBmp2,
+ SvLBoxContextBmp(const Image& aBmp1,
+ const Image& aBmp2,
bool bExpanded);
SvLBoxContextBmp();
virtual ~SvLBoxContextBmp() override;