summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpgrfobj.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-17 12:32:31 +0200
committerNoel Grandin <noel@peralex.com>2015-07-17 12:33:13 +0200
commit81d873336bc55a6854fdc0b2a53faada0c552e1f (patch)
tree18cf222d9b870061cb6e7e597ab0b37e0302e005 /lotuswordpro/source/filter/lwpgrfobj.hxx
parent6a1f31898d4d44d69f4f65e56f5dd087607885af (diff)
remove pointless comments in lotuswordpro
change control, empty documentation tags Change-Id: Iad06c00ebad7dcb7d7d40040d77dee2d6307c9a5
Diffstat (limited to 'lotuswordpro/source/filter/lwpgrfobj.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpgrfobj.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/lotuswordpro/source/filter/lwpgrfobj.hxx b/lotuswordpro/source/filter/lwpgrfobj.hxx
index ae5b9cf58fcd..20a88b6c8038 100644
--- a/lotuswordpro/source/filter/lwpgrfobj.hxx
+++ b/lotuswordpro/source/filter/lwpgrfobj.hxx
@@ -108,19 +108,13 @@ private:
void XFConvertEquation(XFContentContainer* pCont);
bool IsGrafFormatValid();
- // add by , 03/25/2005
std::vector< rtl::Reference<XFFrame> > m_vXFDrawObjects;
- // end add
public:
- //inline sal_uInt8* GetBuffer(){return m_DataBuffer;}
void Read() SAL_OVERRIDE;
- //Added by for XFConvert refactor, 03/31/2005
virtual void XFConvert (XFContentContainer* pCont) SAL_OVERRIDE;
- //End of Add
void RegisterStyle() SAL_OVERRIDE;
- // add by , 03/25/2005
void CreateDrawObjects();
void CreateGrafObject();
static void GetBentoNamebyID(LwpObjectID& rMyID, std::string& rName);
@@ -128,7 +122,6 @@ public:
sal_uInt32 GetGrafData(sal_uInt8*& pGrafData);
void GetGrafOrgSize(long& rWidth, long& rHeight) { rWidth = m_Cache.Width; rHeight = m_Cache.Height; }
void GetGrafOrgSize(double& rWidth, double& rHeight) SAL_OVERRIDE;
- // end add
sal_Int16 IsLinked(){ return m_bIsLinked;}
OUString GetLinkedFilePath(){ return m_LinkedFilePath;}