Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
3cc25be9
Kaydet (Commit)
3cc25be9
authored
Kas 26, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Replace deprecated OUString::valueOf -> OUString::number
Change-Id: Ia9c5d9ce424f810b31ccc8ec939e1ced301329f7
üst
d8db8ea9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
AccObject.cxx
winaccessibility/source/service/AccObject.cxx
+3
-3
No files found.
winaccessibility/source/service/AccObject.cxx
Dosyayı görüntüle @
3cc25be9
...
@@ -430,7 +430,7 @@ void AccObject::SetValue( Any pAny )
...
@@ -430,7 +430,7 @@ void AccObject::SetValue( Any pAny )
sal_uInt16
val
;
sal_uInt16
val
;
if
(
pAny
>>=
val
)
if
(
pAny
>>=
val
)
{
{
strValue
=::
rtl
::
OUString
::
valueOf
((
sal_Int32
)
val
);
strValue
=::
rtl
::
OUString
::
number
(
val
);
}
}
}
}
...
@@ -460,7 +460,7 @@ void AccObject::SetValue( Any pAny )
...
@@ -460,7 +460,7 @@ void AccObject::SetValue( Any pAny )
double
val
;
double
val
;
if
(
pAny
>>=
val
)
if
(
pAny
>>=
val
)
{
{
strValue
=::
rtl
::
OUString
::
valueOf
(
val
);
strValue
=::
rtl
::
OUString
::
number
(
val
);
}
}
}
}
else
if
(
pAny
.
getValueType
()
==
getCppuType
(
(
sal_Int32
*
)
0
)
)
else
if
(
pAny
.
getValueType
()
==
getCppuType
(
(
sal_Int32
*
)
0
)
)
...
@@ -468,7 +468,7 @@ void AccObject::SetValue( Any pAny )
...
@@ -468,7 +468,7 @@ void AccObject::SetValue( Any pAny )
sal_Int32
val
;
sal_Int32
val
;
if
(
pAny
>>=
val
)
if
(
pAny
>>=
val
)
{
{
strValue
=::
rtl
::
OUString
::
valueOf
(
val
);
strValue
=::
rtl
::
OUString
::
number
(
val
);
}
}
}
}
else
if
(
pAny
.
getValueType
()
==
getCppuType
(
(
com
::
sun
::
star
::
accessibility
::
TextSegment
*
)
0
)
)
else
if
(
pAny
.
getValueType
()
==
getCppuType
(
(
com
::
sun
::
star
::
accessibility
::
TextSegment
*
)
0
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment