summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/shell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/file/shell.hxx')
-rw-r--r--ucb/source/ucp/file/shell.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/file/shell.hxx b/ucb/source/ucp/file/shell.hxx
index 59f569608a6e..cf45e64e0e92 100644
--- a/ucb/source/ucp/file/shell.hxx
+++ b/ucb/source/ucp/file/shell.hxx
@@ -89,13 +89,13 @@ namespace fileaccess {
public:
MyProperty();
explicit MyProperty( const OUString& thePropertyName );
- MyProperty( const bool& theIsNative,
+ MyProperty( bool theIsNative,
const OUString& thePropertyName,
- const sal_Int32& theHandle,
+ sal_Int32 theHandle,
const css::uno::Type& theTyp,
const css::uno::Any& theValue,
const css::beans::PropertyState& theState,
- const sal_Int16& theAttributes );
+ sal_Int16 theAttributes );
~MyProperty();
inline const bool& SAL_CALL IsNative() const;