summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/htmltbl.cxx
diff options
context:
space:
mode:
authorValentin Kettner <vakevk+libreoffice@gmail.com>2014-08-15 19:09:49 +0200
committerValentin Kettner <vakevk+libreoffice@gmail.com>2014-08-19 21:57:06 +0200
commit15295ab6db7cb46ea5f155d33a08027c62fb0e41 (patch)
tree89ad8ebaee3f7821299b944c378d60a11aa20d64 /sw/source/core/doc/htmltbl.cxx
parent5a05115ee25683b5fc7c79ab418eaeed120bd3b0 (diff)
Refactored SwDoc::GetEditShell .
Removed its output paramater as GetCurrentViewShell should be used instead and added a const version. Change-Id: Iad8b57553b6e93e3472ce8c6905d08e8d49af770
Diffstat (limited to 'sw/source/core/doc/htmltbl.cxx')
-rw-r--r--sw/source/core/doc/htmltbl.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/core/doc/htmltbl.cxx b/sw/source/core/doc/htmltbl.cxx
index 1ac952637e8f..8ad649745a98 100644
--- a/sw/source/core/doc/htmltbl.cxx
+++ b/sw/source/core/doc/htmltbl.cxx
@@ -345,8 +345,7 @@ void SwHTMLTableLayout::GetAvail( sal_uInt16 nCol, sal_uInt16 nColSpan,
sal_uInt16 SwHTMLTableLayout::GetBrowseWidthByVisArea( const SwDoc& rDoc )
{
- SwViewShell *pVSh = 0;
- rDoc.GetEditShell( &pVSh );
+ SwViewShell const *pVSh = rDoc.getIDocumentLayoutAccess().GetCurrentViewShell();
if( pVSh )
{
return (sal_uInt16)pVSh->GetBrowseWidth();