summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpfribframe.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-12-09 21:32:21 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-12-09 21:32:33 +0000
commit66686e443b568ad5aab1b32b3f25eb73487cfef6 (patch)
treea652ef355e52db2690aa05d91e74b4d4bf5a921d /lotuswordpro/source/filter/lwpfribframe.cxx
parentdisplay as entire col/row also if both anchors relative, tdf#92779 (diff)
downloadcore-66686e443b568ad5aab1b32b3f25eb73487cfef6.tar.gz
core-66686e443b568ad5aab1b32b3f25eb73487cfef6.zip
guard against infinite recursion on registering styles
Change-Id: Iabedfcce9d8ef21172e6bd0d654f3a258aae97e3
Diffstat (limited to 'lotuswordpro/source/filter/lwpfribframe.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpfribframe.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpfribframe.cxx b/lotuswordpro/source/filter/lwpfribframe.cxx
index 744559e233a5..9f039c93b4a5 100644
--- a/lotuswordpro/source/filter/lwpfribframe.cxx
+++ b/lotuswordpro/source/filter/lwpfribframe.cxx
@@ -102,7 +102,7 @@ void LwpFribFrame::RegisterStyle(LwpFoundry* pFoundry)
if (!pLayout)
return;
pLayout->SetFoundry(pFoundry);
- pLayout->RegisterStyle();
+ pLayout->DoRegisterStyle();
//register next frib text style
sal_uInt8 nType = pLayout->GetRelativeType();