summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uiview/viewdlg2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/uiview/viewdlg2.cxx')
-rw-r--r--sw/source/uibase/uiview/viewdlg2.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/uiview/viewdlg2.cxx b/sw/source/uibase/uiview/viewdlg2.cxx
index 40263d66b9f0..ba691407af19 100644
--- a/sw/source/uibase/uiview/viewdlg2.cxx
+++ b/sw/source/uibase/uiview/viewdlg2.cxx
@@ -101,7 +101,7 @@ void SwView::ExecDlgExt(SfxRequest const &rReq)
}
}
-bool SwView::isSignatureLineSelected()
+bool SwView::isSignatureLineSelected() const
{
SwWrtShell& rSh = GetWrtShell();
SdrView* pSdrView = rSh.GetDrawView();
@@ -122,7 +122,7 @@ bool SwView::isSignatureLineSelected()
return pGraphic->isSignatureLine();
}
-bool SwView::isSignatureLineSigned()
+bool SwView::isSignatureLineSigned() const
{
SwWrtShell& rSh = GetWrtShell();
SdrView* pSdrView = rSh.GetDrawView();
@@ -143,7 +143,7 @@ bool SwView::isSignatureLineSigned()
return pGraphic->isSignatureLineSigned();
}
-bool SwView::isQRCodeSelected()
+bool SwView::isQRCodeSelected() const
{
SwWrtShell& rSh = GetWrtShell();
SdrView* pSdrView = rSh.GetDrawView();