summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-08-31 11:25:58 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-08-31 11:25:58 +0100
commitedf9fa4a37261202196e8873169151f376cfd33b (patch)
tree5d60f700709898ae8f93069d0ea37f6e8ae57386 /svl
parentedcb5a3c42fbfc30794c98daffef4bd79fb570e1 (diff)
rename _Disconnect to Disconnect
Change-Id: Ia7b5dce6dbdfd3cfd066003762f449b8bf1ff41a
Diffstat (limited to 'svl')
-rw-r--r--svl/source/svdde/ddesvr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/source/svdde/ddesvr.cxx b/svl/source/svdde/ddesvr.cxx
index e2b7e61d19dd..266db826dc8b 100644
--- a/svl/source/svdde/ddesvr.cxx
+++ b/svl/source/svdde/ddesvr.cxx
@@ -195,7 +195,7 @@ HDDEDATA CALLBACK DdeInternal::SvrCallback(
found:
if ( nCode == XTYP_DISCONNECT)
{
- pC->pTopic->_Disconnect( (sal_IntPtr) hConv );
+ pC->pTopic->Disconnect( (sal_IntPtr) hConv );
for ( ConvList::iterator it = pService->pConv->begin();
it != pService->pConv->end();
++it
@@ -677,7 +677,7 @@ void DdeTopic::NotifyClient( const OUString& rItem )
}
}
-void DdeTopic::_Disconnect( sal_IntPtr nId )
+void DdeTopic::Disconnect( sal_IntPtr nId )
{
std::vector<DdeItem*>::iterator iter;
for (iter = aItems.begin(); iter != aItems.end(); ++iter)