diff options
Diffstat (limited to 'sc/source/ui/view/notemark.cxx')
-rw-r--r-- | sc/source/ui/view/notemark.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/view/notemark.cxx b/sc/source/ui/view/notemark.cxx index 5f4b4d2e91d5..6e789537de82 100644 --- a/sc/source/ui/view/notemark.cxx +++ b/sc/source/ui/view/notemark.cxx @@ -48,7 +48,6 @@ ScNoteMarker::ScNoteMarker( vcl::Window* pWin, vcl::Window* pRight, vcl::Window* m_bLeft( bLeftEdge ), m_bByKeyboard( bKeyboard ), m_pDrawView ( pDrawViewP ), - m_pModel( nullptr ), m_bVisible( false ) { Size aSizePixel = m_pWindow->GetOutputSizePixel(); |