summaryrefslogtreecommitdiff
path: root/sw/inc/ddefld.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/ddefld.hxx')
-rw-r--r--sw/inc/ddefld.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ddefld.hxx b/sw/inc/ddefld.hxx
index 3fa8df5cb08c..bb2343e23fc9 100644
--- a/sw/inc/ddefld.hxx
+++ b/sw/inc/ddefld.hxx
@@ -59,7 +59,7 @@ public:
virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt16 nWhich );
OUString GetCmd() const;
- void SetCmd( OUString aStr );
+ void SetCmd( const OUString& aStr );
sal_uInt16 GetType() const { return refLink->GetUpdateMode(); }
void SetType( sal_uInt16 nType ) { refLink->SetUpdateMode( nType ); }