Kaydet (Commit) 0527d831 authored tarafından Katarina Behrens's avatar Katarina Behrens

Fix copy&pasta

Change-Id: I493fa7a14557a919fab6bc6cf9f955507488af6d
üst c9e00279
......@@ -197,7 +197,7 @@ private Q_SLOTS:
OUString getDisplayDirectorySlot() { return getDisplayDirectory(); }
void setValueSlot(sal_Int16 nControlId, sal_Int16 nControlAction, const css::uno::Any& rValue)
{
return setValue(nControlAction, nControlAction, rValue);
return setValue(nControlId, nControlAction, rValue);
}
css::uno::Any getValueSlot(sal_Int16 nControlId, sal_Int16 nControlAction)
......
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