summaryrefslogtreecommitdiff
path: root/include/oox/ole/axcontrol.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-31 09:28:51 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-31 10:34:58 +0200
commit8302f334b66f9d16e208a7cf4d4d1033664eb0e4 (patch)
treeb29579b478229b6716601ffd70bc996f04114251 /include/oox/ole/axcontrol.hxx
parent9fd9d25d04709a3ec6957f6b40d5534bec86ed6a (diff)
loplugin:constparams in oox
Change-Id: I43984b4ece82da39ca61a91fa14e4660298509dd Reviewed-on: https://gerrit.libreoffice.org/40581 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/oox/ole/axcontrol.hxx')
-rw-r--r--include/oox/ole/axcontrol.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/oox/ole/axcontrol.hxx b/include/oox/ole/axcontrol.hxx
index 25a91398a201..59e56dc3cedd 100644
--- a/include/oox/ole/axcontrol.hxx
+++ b/include/oox/ole/axcontrol.hxx
@@ -219,7 +219,7 @@ public:
sal_uInt32 nOleColor ) const;
static void convertToMSColor(
- PropertySet& rPropSet,
+ PropertySet const & rPropSet,
sal_Int32 nPropId,
sal_uInt32& nOleColor,
sal_uInt32 nDefault = 0 );
@@ -236,7 +236,7 @@ public:
bool bHorizontal );
static void convertToMSOrientation(
- PropertySet& rPropMap,
+ PropertySet const & rPropMap,
bool& bHorizontal );
/** Converts the vertical alignment to UNO properties. */
@@ -281,7 +281,7 @@ public:
sal_Int32 nSpecialEffect ) const;
static void convertToAxBorder(
- PropertySet& rPropSet,
+ PropertySet const & rPropSet,
sal_uInt32& nBorderColor,
sal_Int32& nBorderStyle,
sal_Int32& nSpecialEffect );
@@ -292,7 +292,7 @@ public:
sal_Int32 nSpecialEffect );
static void convertToAxVisualEffect(
- PropertySet& rPropSet,
+ PropertySet const & rPropSet,
sal_Int32& nSpecialEffect );
/** Converts the passed picture stream and Forms 2.0 position to UNO
@@ -319,7 +319,7 @@ public:
bool bAwtModel );
static void convertToAxState(
- PropertySet& rPropSet,
+ PropertySet const & rPropSet,
OUString& rValue,
sal_Int32& nMultiSelect,
ApiDefaultStateMode eDefStateMode,
@@ -332,7 +332,7 @@ public:
sal_Int32 nOrientation );
static void convertToAxOrientation(
- PropertySet& rPropSet,
+ PropertySet const & rPropSet,
const AxPairData& rSize,
sal_Int32& nOrientation );