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
7b235eec
Kaydet (Commit)
7b235eec
authored
Şub 03, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
More typos
Change-Id: I7b1bd08d9e5157c4eacb8ee5005c76e93eb32e63
üst
e1347c65
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
typedescriptionprovider.cxx
cppuhelper/source/typedescriptionprovider.cxx
+3
-3
reg2bin.cxx
registry/tools/reg2bin.cxx
+1
-1
No files found.
cppuhelper/source/typedescriptionprovider.cxx
Dosyayı görüntüle @
7b235eec
...
...
@@ -1025,7 +1025,7 @@ struct Attribute {
rtl
::
OUString
type
;
bool
bound
;
bool
readOnly
;
std
::
vector
<
rtl
::
OUString
>
getExceptions
;
std
::
vector
<
rtl
::
OUString
>
getExceptions
;
std
::
vector
<
rtl
::
OUString
>
setExceptions
;
};
...
...
@@ -2501,7 +2501,7 @@ css::uno::Any Provider::getByHierarchicalName(rtl::OUString const & aName)
for
(
sal_uInt32
i
=
0
;
i
!=
n
;
++
i
)
{
params
.
push_back
(
file_
->
readNameLen
(
off
,
&
off
));
}
n
=
file_
->
read32
(
off
+
1
);
n
=
file_
->
read32
(
off
);
if
(
n
>
SAL_MAX_INT32
)
{
throw
css
::
uno
::
DeploymentException
(
(
"broken UNOIDL file: too many members of polymorphic"
...
...
@@ -2628,7 +2628,7 @@ css::uno::Any Provider::getByHierarchicalName(rtl::OUString const & aName)
getExcs
.
push_back
(
file_
->
readNameLen
(
off
,
&
off
));
}
std
::
vector
<
rtl
::
OUString
>
setExcs
;
if
((
v
&
0x02
)
!
=
0
)
{
if
((
v
&
0x02
)
=
=
0
)
{
m
=
file_
->
read32
(
off
);
if
(
m
>
SAL_MAX_INT32
)
{
throw
css
::
uno
::
DeploymentException
(
...
...
registry/tools/reg2bin.cxx
Dosyayı görüntüle @
7b235eec
...
...
@@ -1092,7 +1092,7 @@ sal_uInt64 writeMap(
if
(
j
->
bound
)
{
f
|=
0x01
;
}
if
(
!
j
->
readOnly
)
{
if
(
j
->
readOnly
)
{
f
|=
0x02
;
}
write8
(
file
,
f
);
...
...
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