diff options
author | David Tardon <dtardon@redhat.com> | 2020-06-12 16:36:06 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2020-06-12 19:05:08 +0200 |
commit | 9dfa1d2f9fd94b5a8d25c8dccb2bd674886a12ba (patch) | |
tree | 61e48606651c4a968ae057f529ae1368075b903a /lotuswordpro | |
parent | d65d11343d975cc4e278deca54d166aeff0aa850 (diff) |
drop misleading comment
Change-Id: I2ae4b9dbcf3134ec5301d14c32d6904817d350fb
Diffstat (limited to 'lotuswordpro')
-rw-r--r-- | lotuswordpro/source/filter/lwpfoundry.cxx | 1 |
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) { |