diff options
-rw-r--r-- | sw/source/core/doc/DocumentContentOperationsManager.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/source/core/doc/DocumentContentOperationsManager.cxx b/sw/source/core/doc/DocumentContentOperationsManager.cxx index cf0fa505c47b..91e2fb05bc91 100644 --- a/sw/source/core/doc/DocumentContentOperationsManager.cxx +++ b/sw/source/core/doc/DocumentContentOperationsManager.cxx @@ -1320,10 +1320,7 @@ namespace //local functions originally from docfmt.cxx xExtra.reset(new SwRedlineExtraData_FormatColl(u""_ustr, USHRT_MAX, &aSet)); } - if (xExtra) - { - pRedline->SetExtraData(xExtra.get() ); - } + pRedline->SetExtraData(xExtra.get() ); } // create format redline(s) for the given range: |