diff options
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/filter/ww8/ww8par5.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par5.cxx b/sw/source/filter/ww8/ww8par5.cxx index 040e3e1f0404..eb09b7bae551 100644 --- a/sw/source/filter/ww8/ww8par5.cxx +++ b/sw/source/filter/ww8/ww8par5.cxx @@ -850,7 +850,7 @@ long SwWW8ImplReader::Read_Field(WW8PLCFManResult* pRes) } //Only one type of field (hyperlink) in drawing textboxes exists - if (aF.nId != 88 && pPlcxMan && pPlcxMan->GetDoingDrawTextBox()) + if (aF.nId != 88 && pPlcxMan->GetDoingDrawTextBox()) return aF.nLen; // keine Routine vorhanden |