diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-08-31 11:25:58 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-08-31 11:25:58 +0100 |
commit | edf9fa4a37261202196e8873169151f376cfd33b (patch) | |
tree | 5d60f700709898ae8f93069d0ea37f6e8ae57386 /include/svl | |
parent | edcb5a3c42fbfc30794c98daffef4bd79fb570e1 (diff) |
rename _Disconnect to Disconnect
Change-Id: Ia7b5dce6dbdfd3cfd066003762f449b8bf1ff41a
Diffstat (limited to 'include/svl')
-rw-r--r-- | include/svl/svdde.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/svdde.hxx b/include/svl/svdde.hxx index 9889774f3226..65bb65dd56c0 100644 --- a/include/svl/svdde.hxx +++ b/include/svl/svdde.hxx @@ -285,7 +285,7 @@ public: class SVL_DLLPUBLIC DdeTopic { - SVL_DLLPRIVATE void _Disconnect( sal_IntPtr ); + SVL_DLLPRIVATE void Disconnect( sal_IntPtr ); public: virtual DdeData* Get(SotClipboardFormatId); |