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
09c3e92f
Kaydet (Commit)
09c3e92f
authored
May 13, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix uninitialised warnings
Change-Id: I20af2e294482657e2107b96381e400a609374032
üst
e0dfd32b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
appluno.cxx
sc/source/ui/unoobj/appluno.cxx
+2
-2
No files found.
sc/source/ui/unoobj/appluno.cxx
Dosyayı görüntüle @
09c3e92f
...
...
@@ -381,7 +381,7 @@ uno::Sequence<OUString> ScSpreadsheetSettings::getSupportedServiceNames_Static()
sal_Bool
ScSpreadsheetSettings
::
getPropertyBool
(
const
OUString
&
aPropertyName
)
throw
(
css
::
uno
::
RuntimeException
)
{
uno
::
Any
any
=
getPropertyValue
(
aPropertyName
);
sal_Bool
b
;
sal_Bool
b
=
sal_False
;
any
>>=
b
;
return
b
;
}
...
...
@@ -389,7 +389,7 @@ sal_Bool ScSpreadsheetSettings::getPropertyBool(const OUString& aPropertyName) t
sal_Int16
ScSpreadsheetSettings
::
getPropertyInt16
(
const
OUString
&
aPropertyName
)
throw
(
css
::
uno
::
RuntimeException
)
{
uno
::
Any
any
=
getPropertyValue
(
aPropertyName
);
sal_Int16
b
;
sal_Int16
b
=
sal_False
;
any
>>=
b
;
return
b
;
}
...
...
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