summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/xfilter/xfbgimage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xfbgimage.hxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfbgimage.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfbgimage.hxx b/lotuswordpro/source/filter/xfilter/xfbgimage.hxx
index 1a9dee30f330..fb6a2193211a 100644
--- a/lotuswordpro/source/filter/xfilter/xfbgimage.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfbgimage.hxx
@@ -105,8 +105,8 @@ public:
virtual void ToXml(IXFStream *pStrm) override;
- friend bool operator==(XFBGImage& img1, XFBGImage& img2);
- friend bool operator!=(XFBGImage& img1, XFBGImage& img2);
+ friend bool operator==(XFBGImage const & img1, XFBGImage const & img2);
+ friend bool operator!=(XFBGImage const & img1, XFBGImage const & img2);
private:
OUString m_strFileName;
OUString m_strData;