summaryrefslogtreecommitdiff
path: root/sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-24 09:26:25 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-24 10:55:29 +0200
commitfd736c4f7910f5b876c3ab8b8e0e804aa83347a0 (patch)
tree573dcdf37e09ccd74b8fe6706d3cb5ffc327e5e6 /sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx
parent3eb5ab6efe4229db0ec2bb177d892f2604f49411 (diff)
loplugin:constparam in sc part4
Change-Id: I745f50257948a53ca07766955c4f4e86dd2a366e Reviewed-on: https://gerrit.libreoffice.org/41497 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx')
-rw-r--r--sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx b/sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx
index d431917597da..b822bd481993 100644
--- a/sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx
+++ b/sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx
@@ -1119,8 +1119,8 @@ struct ScPagePreviewCountData
long nForeShapes;
long nControls;
- ScPagePreviewCountData( const ScPreviewLocationData& rData, vcl::Window* pSizeWindow,
- ScNotesChildren* pNotesChildren, ScShapeChildren* pShapeChildren );
+ ScPagePreviewCountData( const ScPreviewLocationData& rData, const vcl::Window* pSizeWindow,
+ const ScNotesChildren* pNotesChildren, const ScShapeChildren* pShapeChildren );
long GetTotal() const
{
@@ -1129,8 +1129,8 @@ struct ScPagePreviewCountData
};
ScPagePreviewCountData::ScPagePreviewCountData( const ScPreviewLocationData& rData,
- vcl::Window* pSizeWindow, ScNotesChildren* pNotesChildren,
- ScShapeChildren* pShapeChildren) :
+ const vcl::Window* pSizeWindow, const ScNotesChildren* pNotesChildren,
+ const ScShapeChildren* pShapeChildren) :
nBackShapes( 0 ),
nHeaders( 0 ),
nTables( 0 ),