summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-08-28 12:33:06 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-08-28 12:33:06 +0000
commit2a0cad125f46c153679fe7da12993bee95938cff (patch)
treee332db9914b62ff48a29ed3d7721770713b99502 /tools
parent7f1cda84cb336cda509c8b0880f41b7043ee2dd4 (diff)
INTEGRATION: CWS navorder (1.3.146); FILE MERGED
2007/07/05 09:50:44 af 1.3.146.1: #i68097# Added missing assignment operator.
Diffstat (limited to 'tools')
-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;
};