diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-06-06 13:04:30 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-06-06 16:59:42 +0100 |
commit | c2b8e87e6be5597c5ef7f0d0b5fbd127a2d57009 (patch) | |
tree | f5ad1daa8b4e09e42073f1f82ab5bfcc7dd9e1d6 /sc/source/ui/view/viewfunc.cxx | |
parent | 440ac656f783a7a5e33431410a1c038b7d04c42e (diff) |
2nd arg of ApplySelectionFrame is always not null
Change-Id: I50a5c9c3f0f2b7424fa1b9b27ceeee9ae9348413
Diffstat (limited to 'sc/source/ui/view/viewfunc.cxx')
-rw-r--r-- | sc/source/ui/view/viewfunc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/viewfunc.cxx b/sc/source/ui/view/viewfunc.cxx index 8e0b13226a15..2c7e7c885242 100644 --- a/sc/source/ui/view/viewfunc.cxx +++ b/sc/source/ui/view/viewfunc.cxx @@ -1062,7 +1062,7 @@ void ScViewFunc::ApplyPatternLines( const ScPatternAttr& rAttr, const SvxBoxItem sal_uInt16 nExt = SC_PF_TESTMERGE; pDocSh->UpdatePaintExt( nExt, aMarkRangeWithEnvelope ); // content before the change - pDoc->ApplySelectionFrame(aFuncMark, &rNewOuter, pNewInner); + pDoc->ApplySelectionFrame(aFuncMark, rNewOuter, pNewInner); pDocSh->UpdatePaintExt( nExt, aMarkRangeWithEnvelope ); // content after the change |