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
4b37d9a8
Kaydet (Commit)
4b37d9a8
authored
Ock 24, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: gcc 4.6.0 various warnings
üst
d9742013
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
22 deletions
+2
-22
implreg.cxx
stoc/source/implementationregistration/implreg.cxx
+1
-22
javavm.cxx
stoc/source/javavm/javavm.cxx
+1
-0
No files found.
stoc/source/implementationregistration/implreg.cxx
Dosyayı görüntüle @
4b37d9a8
...
...
@@ -487,14 +487,9 @@ static void prepareUserLink(const Reference < XSimpleRegistry >& xDest,
const
OUString
&
linkName
,
const
OUString
&
linkTarget
,
const
OUString
&
implName
)
// throw ( InvalidRegistryException, RuntimeException )
{
sal_Bool
ret
=
sal_False
;
Reference
<
XRegistryKey
>
xRootKey
;
// try
// {
xRootKey
=
xDest
->
getRootKey
();
if
(
xRootKey
->
getKeyType
(
linkName
)
==
RegistryKeyType_LINK
)
...
...
@@ -507,23 +502,9 @@ static void prepareUserLink(const Reference < XSimpleRegistry >& xDest,
linkName
+
spool
().
colon_old
),
oldImplName
);
}
}
// }
// catch (InvalidRegistryException&)
// {
// }
// try
// {
if
(
xRootKey
->
isValid
())
{
ret
=
xRootKey
->
createLink
(
linkName
,
linkTarget
);
}
// }
// catch(InvalidRegistryException&)
// {
// }
// return ret;
xRootKey
->
createLink
(
linkName
,
linkTarget
);
}
//*************************************************************************
...
...
@@ -666,7 +647,6 @@ static void prepareUserKeys(const Reference < XSimpleRegistry >& xDest,
const
Reference
<
XRegistryKey
>&
xKey
,
const
OUString
&
implName
,
sal_Bool
bRegister
)
// throw ( InvalidRegistryException, RuntimeException )
{
sal_Bool
hasSubKeys
=
sal_False
;
...
...
@@ -734,7 +714,6 @@ static void prepareUserKeys(const Reference < XSimpleRegistry >& xDest,
}
}
}
return
;
}
//*************************************************************************
...
...
stoc/source/javavm/javavm.cxx
Dosyayı görüntüle @
4b37d9a8
...
...
@@ -540,6 +540,7 @@ static void setTimeZone(stoc_javavm::JVM * pjvm) throw() {
char
*
p
=
tmData
->
tm_zone
;
#else
char
*
p
=
tzname
[
0
];
(
void
)
tmData
;
#endif
if
(
!
strcmp
(
TIMEZONE
,
p
))
...
...
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