diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-20 11:20:41 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-20 11:20:41 +0200 |
commit | cf22f6d1e123d7a5f8b5ef74925192172bf6da4a (patch) | |
tree | b94447b43e8e0ac72c5c42affe4582fbed72c26c /sw | |
parent | f6f84ab38b64b5102ce663674cb654a357361326 (diff) |
loplugin:staticaccess
Change-Id: Ifed67e3c34663b056529719d78aa22f2a9f1da8d
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/uno/unotxdoc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/uno/unotxdoc.cxx b/sw/source/uibase/uno/unotxdoc.cxx index df124cf3baf3..0891bba478b8 100644 --- a/sw/source/uibase/uno/unotxdoc.cxx +++ b/sw/source/uibase/uno/unotxdoc.cxx @@ -3303,7 +3303,7 @@ void SwXTextDocument::initializeForTiledRendering(const css::uno::Sequence<css:: // don't change the whitespace at the beginning of paragraphs, this is // annoying when taking minutes without further formatting - pDocShell->GetWrtShell()->GetAutoFormatFlags()->bAFormatByInpDelSpacesAtSttEnd = false; + SwEditShell::GetAutoFormatFlags()->bAFormatByInpDelSpacesAtSttEnd = false; } void SwXTextDocument::postKeyEvent(int nType, int nCharCode, int nKeyCode) |