Kaydet (Commit) 7221c817 authored tarafından Caolán McNamara's avatar Caolán McNamara

warning C4100: 'nId' : unreferenced formal parameter

Change-Id: Ib7df410c79dcdae343d4e7b250aad606fd777526
üst a8fe085f
...@@ -678,11 +678,11 @@ void DdeTopic::NotifyClient( const OUString& rItem ) ...@@ -678,11 +678,11 @@ void DdeTopic::NotifyClient( const OUString& rItem )
} }
} }
void DdeTopic::Connect( sal_IntPtr nId ) void DdeTopic::Connect( sal_IntPtr /*nId*/ )
{ {
} }
void DdeTopic::Disconnect( sal_IntPtr nId ) void DdeTopic::Disconnect( sal_IntPtr /*nId*/ )
{ {
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment