diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-11 17:56:57 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-11 17:57:11 +0300 |
commit | ebe676870f0be76e9425cca56fa626a1cc916591 (patch) | |
tree | 9ad803d1cfef373a28aa6e3c94c6651c0f9b1795 /svl/inc | |
parent | fa75633e62c7ad1bcdf2c585eb6ab28062b96573 (diff) |
Make it compile on Windows
Fix fallout of DECLARE_LIST removal.
Diffstat (limited to 'svl/inc')
-rw-r--r-- | svl/inc/svl/svdde.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/inc/svl/svdde.hxx b/svl/inc/svl/svdde.hxx index 8fb7b2f06f8d..66b04f1866ad 100644 --- a/svl/inc/svl/svdde.hxx +++ b/svl/inc/svl/svdde.hxx @@ -406,7 +406,7 @@ public: static DdeServices& GetServices(); std::vector<DdeTopic*>& GetTopics() { return aTopics; } - void AddTopic( const DdeTopic& ); + void AddTopic( DdeTopic& ); void RemoveTopic( const DdeTopic& ); void AddFormat( sal_uLong ); |