Bug 798783 - Fix incorrect usage of nsCAutoString instead of nsAutoCString r=philipp
This commit is contained in:
Родитель
e8ccfe45bf
Коммит
db0a1d1cc2
|
@ -212,7 +212,7 @@ NS_IMETHODIMP
|
|||
calRecurrenceDate::SetIcalString(const nsACString &str)
|
||||
{
|
||||
nsresult rv = NS_OK;
|
||||
nsCAutoString name;
|
||||
nsAutoCString name;
|
||||
nsCOMPtr<calIICSService> icsSvc = cal::getICSService();
|
||||
nsCOMPtr<calIIcalProperty> prop;
|
||||
|
||||
|
|
|
@ -555,7 +555,7 @@ NS_IMETHODIMP
|
|||
calRecurrenceRule::SetIcalString(const nsACString &str)
|
||||
{
|
||||
nsresult rv = NS_OK;
|
||||
nsCAutoString name;
|
||||
nsAutoCString name;
|
||||
nsCOMPtr<calIICSService> icsSvc = cal::getICSService();
|
||||
nsCOMPtr<calIIcalProperty> prop;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче