From 2a0cad125f46c153679fe7da12993bee95938cff Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 28 Aug 2007 12:33:06 +0000 Subject: INTEGRATION: CWS navorder (1.3.146); FILE MERGED 2007/07/05 09:50:44 af 1.3.146.1: #i68097# Added missing assignment operator. --- tools/inc/tools/weakbase.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools') diff --git a/tools/inc/tools/weakbase.h b/tools/inc/tools/weakbase.h index e0a0454da931..cdbf963eb8b3 100644 --- a/tools/inc/tools/weakbase.h +++ b/tools/inc/tools/weakbase.h @@ -100,6 +100,9 @@ public: /** only needed for using this class with stl containers */ inline sal_Bool operator> (const WeakReference & handle) const; + /** the assignment operator */ + inline WeakReference& operator= (const WeakReference & handle); + private: WeakConnection< reference_type >* mpWeakConnection; }; -- cgit