summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwptable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwptable.hxx')
-rw-r--r--lotuswordpro/source/filter/lwptable.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwptable.hxx b/lotuswordpro/source/filter/lwptable.hxx
index e421a92227ba..833716c4a34e 100644
--- a/lotuswordpro/source/filter/lwptable.hxx
+++ b/lotuswordpro/source/filter/lwptable.hxx
@@ -121,7 +121,7 @@ public:
virtual void Parse(IXFStream* pOutputStream) SAL_OVERRIDE;
double GetWidth() {return LwpTools::ConvertFromUnitsToMetric(m_nWidth);}
double GetHeight() {return LwpTools::ConvertFromUnitsToMetric(m_nHeight);}
- LwpObjectID * GetDefaultCellStyle() {return &m_DefaultCellStyle;}
+ LwpObjectID& GetDefaultCellStyle() {return m_DefaultCellStyle;}
sal_uInt16 GetRow() {return m_nRow;}
sal_uInt16 GetColumn() {return m_nColumn;}
LwpTableLayout * GetTableLayout(){return static_cast<LwpTableLayout *>(GetLayout(NULL));}