diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-11-04 12:56:23 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-11-04 18:10:21 +0100 |
commit | 1ba97706372fce487bead27ab69bb2e4bc3062e3 (patch) | |
tree | 52331a8d2930e43e1972a23da717b5ceba13a52b | |
parent | a11425579127502f4ee0972cc9fef09894e64a0d (diff) |
drop commented out code
Change-Id: If7af5805b6e41a291216c773b6d105ce6802d903
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124713
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | sw/source/uibase/docvw/AnnotationWin2.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/uibase/docvw/AnnotationWin2.cxx b/sw/source/uibase/docvw/AnnotationWin2.cxx index aa44157ae7ab..d914e20d89cb 100644 --- a/sw/source/uibase/docvw/AnnotationWin2.cxx +++ b/sw/source/uibase/docvw/AnnotationWin2.cxx @@ -179,8 +179,6 @@ void SwAnnotationWin::DrawForPage(OutputDevice* pDev, const Point& rPt) pDev->Pop(); } -// m_xContainer->draw(*pDev, rPt, GetSizePixel()); - if (mxMetadataDate->get_visible()) { int x, y, width, height; |