summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/propertyeditor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/propertyeditor.cxx')
-rw-r--r--extensions/source/propctrlr/propertyeditor.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/propertyeditor.cxx b/extensions/source/propctrlr/propertyeditor.cxx
index 02e69a623bf4..4f8c355c4439 100644
--- a/extensions/source/propctrlr/propertyeditor.cxx
+++ b/extensions/source/propctrlr/propertyeditor.cxx
@@ -187,13 +187,13 @@ namespace pcr
}
- OBrowserPage* OPropertyEditor::getPage( sal_uInt16& _rPageId )
+ OBrowserPage* OPropertyEditor::getPage( sal_uInt16 _rPageId )
{
return static_cast< OBrowserPage* >( m_aTabControl->GetTabPage( _rPageId ) );
}
- const OBrowserPage* OPropertyEditor::getPage( sal_uInt16& _rPageId ) const
+ const OBrowserPage* OPropertyEditor::getPage( sal_uInt16 _rPageId ) const
{
return const_cast< OPropertyEditor* >( this )->getPage( _rPageId );
}