summaryrefslogtreecommitdiff
path: root/svx/source/items/drawitem.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-07-07 15:59:30 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-07 18:59:55 +0200
commiteb96c8634a890071c72592a51afdacc2120a08b9 (patch)
treeb51df50a38b6cf0c6cdce036e640fd7695c9ad52 /svx/source/items/drawitem.cxx
parentb917adc4d6679dac5aa96b3fb2f09f7155ea85db (diff)
loplugin:passstuffbyref also for {css::uno,rtl}::Reference
Change-Id: Ie219b6b6cc876cb46faadd7aa9c4f997702781bb
Diffstat (limited to 'svx/source/items/drawitem.cxx')
-rw-r--r--svx/source/items/drawitem.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/svx/source/items/drawitem.cxx b/svx/source/items/drawitem.cxx
index 1771e54a37c1..d097711e3cba 100644
--- a/svx/source/items/drawitem.cxx
+++ b/svx/source/items/drawitem.cxx
@@ -37,7 +37,7 @@ SvxColorListItem::SvxColorListItem()
}
-SvxColorListItem::SvxColorListItem( XColorListRef pTable, sal_uInt16 nW ) :
+SvxColorListItem::SvxColorListItem( XColorListRef const & pTable, sal_uInt16 nW ) :
SfxPoolItem( nW ),
pColorList( pTable )
{
@@ -98,7 +98,7 @@ SvxGradientListItem::SvxGradientListItem()
{
}
-SvxGradientListItem::SvxGradientListItem( XGradientListRef pList, sal_uInt16 nW ) :
+SvxGradientListItem::SvxGradientListItem( XGradientListRef const & pList, sal_uInt16 nW ) :
SfxPoolItem( nW ),
pGradientList( pList )
{
@@ -145,7 +145,7 @@ SvxHatchListItem::SvxHatchListItem()
}
-SvxHatchListItem::SvxHatchListItem( XHatchListRef pList, sal_uInt16 nW ) :
+SvxHatchListItem::SvxHatchListItem( XHatchListRef const & pList, sal_uInt16 nW ) :
SfxPoolItem( nW ),
pHatchList( pList )
{
@@ -190,7 +190,7 @@ SvxBitmapListItem::SvxBitmapListItem()
{
}
-SvxBitmapListItem::SvxBitmapListItem( XBitmapListRef pList, sal_uInt16 nW ) :
+SvxBitmapListItem::SvxBitmapListItem( XBitmapListRef const & pList, sal_uInt16 nW ) :
SfxPoolItem( nW ),
pBitmapList( pList )
{
@@ -231,7 +231,7 @@ SvxPatternListItem::SvxPatternListItem()
{
}
-SvxPatternListItem::SvxPatternListItem( XPatternListRef pList, sal_uInt16 nW ) :
+SvxPatternListItem::SvxPatternListItem( XPatternListRef const & pList, sal_uInt16 nW ) :
SfxPoolItem( nW ),
pPatternList( pList )
{
@@ -273,7 +273,7 @@ SvxDashListItem::SvxDashListItem() :
{
}
-SvxDashListItem::SvxDashListItem( XDashListRef pList, sal_uInt16 nW ) :
+SvxDashListItem::SvxDashListItem( XDashListRef const & pList, sal_uInt16 nW ) :
SfxPoolItem( nW ),
pDashList( pList )
{
@@ -314,7 +314,7 @@ SvxLineEndListItem::SvxLineEndListItem()
{
}
-SvxLineEndListItem::SvxLineEndListItem( XLineEndListRef pList, sal_uInt16 nW ) :
+SvxLineEndListItem::SvxLineEndListItem( XLineEndListRef const & pList, sal_uInt16 nW ) :
SfxPoolItem( nW ),
pLineEndList( pList )
{