summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/inc/tools/weakbase.h3
1 files changed, 3 insertions, 0 deletions
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<reference_type> & handle) const;
+ /** the assignment operator */
+ inline WeakReference<reference_type>& operator= (const WeakReference<reference_type> & handle);
+
private:
WeakConnection< reference_type >* mpWeakConnection;
};