summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2020-06-12 16:36:06 +0200
committerDavid Tardon <dtardon@redhat.com>2020-06-12 19:05:08 +0200
commit9dfa1d2f9fd94b5a8d25c8dccb2bd674886a12ba (patch)
tree61e48606651c4a968ae057f529ae1368075b903a /lotuswordpro
parentd65d11343d975cc4e278deca54d166aeff0aa850 (diff)
drop misleading comment
Change-Id: I2ae4b9dbcf3134ec5301d14c32d6904817d350fb
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/lwpfoundry.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpfoundry.cxx b/lotuswordpro/source/filter/lwpfoundry.cxx
index 2a17efbe8ae2..d18dcd3903b6 100644
--- a/lotuswordpro/source/filter/lwpfoundry.cxx
+++ b/lotuswordpro/source/filter/lwpfoundry.cxx
@@ -266,7 +266,6 @@ LwpObjectID * LwpFoundry::GetDefaultTextStyle()
*/
LwpObjectID * LwpFoundry::FindParaStyleByName(const OUString& name)
{
- //Register all text styles: para styles, character styles
LwpDLVListHeadHolder* pParaStyleHolder = dynamic_cast<LwpDLVListHeadHolder*>(GetTextStyleHead().obj().get());
if(pParaStyleHolder)
{