diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-08-22 10:02:35 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-08-22 11:04:05 +0200 |
commit | 3be72fe233b3e6d7aeb267f6c82d8bf9759b39ef (patch) | |
tree | a8304c473bac0da12a6b5d35f7841cd61a13b01c /vcl/source/gdi/pdfextoutdevdata.cxx | |
parent | b5c5cccabe68dc2de84cee4ef041f52268e5b8b4 (diff) |
loplugin:constmethod in vcl
Change-Id: I20545527b117c9562b91076b748fb3e2659d2497
Reviewed-on: https://gerrit.libreoffice.org/77944
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source/gdi/pdfextoutdevdata.cxx')
-rw-r--r-- | vcl/source/gdi/pdfextoutdevdata.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/pdfextoutdevdata.cxx b/vcl/source/gdi/pdfextoutdevdata.cxx index 2a953b7b9d03..1af5c48938b5 100644 --- a/vcl/source/gdi/pdfextoutdevdata.cxx +++ b/vcl/source/gdi/pdfextoutdevdata.cxx @@ -753,7 +753,7 @@ bool PDFExtOutDevData::SetCurrentStructureElement( sal_Int32 nStructId ) } return bSuccess; } -sal_Int32 PDFExtOutDevData::GetCurrentStructureElement() +sal_Int32 PDFExtOutDevData::GetCurrentStructureElement() const { return mpGlobalSyncData->mCurrentStructElement; } |