diff options
Diffstat (limited to 'sw/source/uibase/docvw/edtwin.cxx')
-rw-r--r-- | sw/source/uibase/docvw/edtwin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx index 50ad58e1d7fd7..114fa3cea8a69 100644 --- a/sw/source/uibase/docvw/edtwin.cxx +++ b/sw/source/uibase/docvw/edtwin.cxx @@ -726,7 +726,7 @@ inline void SwEditWin::EnterArea() */ void SwEditWin::InsFrame(sal_uInt16 nCols) { - StdDrawMode( SdrObjKind::NONE, false ); + StdDrawMode(SdrObjKind::NewFrame, false); m_bInsFrame = true; m_nInsFrameColCount = nCols; } |