summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpgrfobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpgrfobj.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpgrfobj.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpgrfobj.hxx b/lotuswordpro/source/filter/lwpgrfobj.hxx
index 5669b1d3bc6c..bfe771c61684 100644
--- a/lotuswordpro/source/filter/lwpgrfobj.hxx
+++ b/lotuswordpro/source/filter/lwpgrfobj.hxx
@@ -91,7 +91,7 @@ class XFFrame;
class LwpGraphicObject : public LwpGraphicOleObject
{
public:
- LwpGraphicObject(LwpObjectHeader &objHdr, LwpSvStream* pStrm);
+ LwpGraphicObject(LwpObjectHeader const &objHdr, LwpSvStream* pStrm);
virtual ~LwpGraphicObject() override;
private:
unsigned char m_sDataFormat[AFID_MAX_FILE_FORMAT_SIZE];
@@ -117,7 +117,7 @@ public:
void CreateDrawObjects();
void CreateGrafObject();
- static void GetBentoNamebyID(LwpObjectID& rMyID, std::string& rName);
+ static void GetBentoNamebyID(LwpObjectID const & rMyID, std::string& rName);
sal_uInt32 GetRawGrafData(sal_uInt8*& pGrafData);
sal_uInt32 GetGrafData(sal_uInt8*& pGrafData);
void GetGrafOrgSize(long& rWidth, long& rHeight) { rWidth = m_Cache.Width; rHeight = m_Cache.Height; }