diff options
Diffstat (limited to 'sw/source/uibase/shells/drawsh.cxx')
-rw-r--r-- | sw/source/uibase/shells/drawsh.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/drawsh.cxx b/sw/source/uibase/shells/drawsh.cxx index 073474ffb498..ef437cb942ec 100644 --- a/sw/source/uibase/shells/drawsh.cxx +++ b/sw/source/uibase/shells/drawsh.cxx @@ -341,7 +341,7 @@ void SwDrawShell::Execute(SfxRequest &rReq) case SID_FONTWORK_CHARACTER_SPACING_FLOATER: case SID_FONTWORK_ALIGNMENT_FLOATER: case SID_FONTWORK_CHARACTER_SPACING_DIALOG: - svx::FontworkBar::execute( pSdrView, rReq, rBnd ); + svx::FontworkBar::execute(*pSdrView, rReq, rBnd); rReq.Ignore (); break; |