summaryrefslogtreecommitdiffstats
path: root/xmloff/source/style/xmlimppr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/xmlimppr.cxx')
-rw-r--r--xmloff/source/style/xmlimppr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/style/xmlimppr.cxx b/xmloff/source/style/xmlimppr.cxx
index 6bfe40cf98da..b85e0c7f7b71 100644
--- a/xmloff/source/style/xmlimppr.cxx
+++ b/xmloff/source/style/xmlimppr.cxx
@@ -366,7 +366,7 @@ void SvXMLImportPropertyMapper::FillPropertySequence(
void SvXMLImportPropertyMapper::CheckSpecialContext(
const ::std::vector< XMLPropertyState >& aProperties,
const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet > rPropSet,
+ ::com::sun::star::beans::XPropertySet >& rPropSet,
_ContextID_Index_Pair* pSpecialContextIds ) const
{
OSL_ENSURE( rPropSet.is(), "need an XPropertySet" );
@@ -411,7 +411,7 @@ void SvXMLImportPropertyMapper::CheckSpecialContext(
bool SvXMLImportPropertyMapper::FillPropertySet(
const vector< XMLPropertyState >& aProperties,
- const Reference< XPropertySet > rPropSet,
+ const Reference< XPropertySet >& rPropSet,
_ContextID_Index_Pair* pSpecialContextIds ) const
{
bool bSet = false;