diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/shells/frmsh.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/uiview/srcview.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/uibase/shells/frmsh.cxx b/sw/source/uibase/shells/frmsh.cxx index 50abc9c6f06f..14874c78f544 100644 --- a/sw/source/uibase/shells/frmsh.cxx +++ b/sw/source/uibase/shells/frmsh.cxx @@ -1106,7 +1106,6 @@ void SwFrameShell::ExecFrameStyle(SfxRequest const & rReq) } aBoxItem = aNewBox; - SvxBorderLine aDestBorderLine; if( aBoxItem->GetTop() != nullptr ) aBoxItem->SetLine(&aBorderLine, SvxBoxItemLine::TOP); diff --git a/sw/source/uibase/uiview/srcview.cxx b/sw/source/uibase/uiview/srcview.cxx index 4d5ec2aaa874..33691a4d2cba 100644 --- a/sw/source/uibase/uiview/srcview.cxx +++ b/sw/source/uibase/uiview/srcview.cxx @@ -567,7 +567,6 @@ void SwSrcView::StartSearchAndReplace(const SvxSearchItem& rSearchItem, bool bRecursive) { TextView* pTextView = aEditWin->GetTextView(); - TextSelection aSel; TextPaM aPaM; bool bForward = !rSearchItem.GetBackward(); |