diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-03-05 20:48:50 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-03-06 09:43:38 +0000 |
commit | 3f6f21e6e7721bbca13c1e632c0247939538ba82 (patch) | |
tree | e2679ab8218fc1d405ae22c16da3780d55ce411a /include | |
parent | 4cd7b4ab8aeaf61f5e30e4b63e039b7bb9519e85 (diff) |
V801: Decreased performance
Change-Id: Ia58f19c7121dc8a835436bcefc7fd1e3789407db
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/sidebar/IContextChangeReceiver.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/sidebar/IContextChangeReceiver.hxx b/include/sfx2/sidebar/IContextChangeReceiver.hxx index cf6e1590c8eb..ea5c24a61af1 100644 --- a/include/sfx2/sidebar/IContextChangeReceiver.hxx +++ b/include/sfx2/sidebar/IContextChangeReceiver.hxx @@ -31,7 +31,7 @@ class SFX2_DLLPUBLIC IContextChangeReceiver public: virtual ~IContextChangeReceiver (); - virtual void HandleContextChange (const EnumContext aContext) = 0; + virtual void HandleContextChange (const EnumContext& rContext) = 0; }; } } // end of namespace ::sd::sidebar |