Kaydet (Commit) 416d0878 authored tarafından Caolán McNamara's avatar Caolán McNamara

use pEdit argument

Change-Id: I8e95498e4e4872fd7a9d95d0a1bae2469064837b
üst 530ea919
...@@ -429,11 +429,11 @@ sal_uLong RTSDevicePage::getPDFDevice() ...@@ -429,11 +429,11 @@ sal_uLong RTSDevicePage::getPDFDevice()
return -1; //explicitly PS return -1; //explicitly PS
} }
IMPL_LINK( RTSDevicePage, ModifyHdl, Edit*, /* pEdit */ ) IMPL_LINK(RTSDevicePage, ModifyHdl, Edit*, pEdit)
{ {
if (m_pCustomValue) if (m_pCustomValue)
{ {
m_pCustomValue->m_aCustomOption = m_pCustomEdit->GetText(); m_pCustomValue->m_aCustomOption = pEdit->GetText();
} }
return 0; return 0;
} }
......
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