diff options
Diffstat (limited to 'sw/inc/ddefld.hxx')
-rw-r--r-- | sw/inc/ddefld.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ddefld.hxx b/sw/inc/ddefld.hxx index c79e65a46d7e..a583f247a966 100644 --- a/sw/inc/ddefld.hxx +++ b/sw/inc/ddefld.hxx @@ -55,7 +55,7 @@ public: virtual bool QueryValue( css::uno::Any& rVal, sal_uInt16 nWhich ) const override; virtual bool PutValue( const css::uno::Any& rVal, sal_uInt16 nWhich ) override; - OUString GetCmd() const; + OUString const & GetCmd() const; void SetCmd( const OUString& aStr ); SfxLinkUpdateMode GetType() const { return refLink->GetUpdateMode(); } |