summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpfribtable.cxx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-03-27 17:02:29 +0200
committerDavid Tardon <dtardon@redhat.com>2011-03-27 17:04:20 +0200
commitcab9dfaedddf81d84a5987f19f531b93afa23246 (patch)
treef0f47707abbf54374376565c042545840d299701 /lotuswordpro/source/filter/lwpfribtable.cxx
parentWaE: unused variable (diff)
downloadcore-cab9dfaedddf81d84a5987f19f531b93afa23246.tar.gz
core-cab9dfaedddf81d84a5987f19f531b93afa23246.zip
WaE: overloaded virtual
Diffstat (limited to 'lotuswordpro/source/filter/lwpfribtable.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpfribtable.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpfribtable.cxx b/lotuswordpro/source/filter/lwpfribtable.cxx
index 92b8e88a9024..67c320fa1cd0 100644
--- a/lotuswordpro/source/filter/lwpfribtable.cxx
+++ b/lotuswordpro/source/filter/lwpfribtable.cxx
@@ -76,9 +76,9 @@ LwpSuperTableLayout* LwpFribTable::GetSuperTable()
return static_cast<LwpSuperTableLayout*>(m_objTable.obj());
}
-void LwpFribTable::RegisterStyle()
+void LwpFribTable::RegisterNewStyle()
{
- GetSuperTable()->RegisterStyle();
+ GetSuperTable()->RegisterNewStyle();
XFParaStyle* pOldStyle = m_pPara->GetXFParaStyle();
if(HasNextFrib())
{