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
ab7bc4f4
Kaydet (Commit)
ab7bc4f4
authored
Eyl 25, 2012
tarafından
Noel Grandin
Kaydeden (comit)
Michael Stahl
Eki 04, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool->bool in registry
Change-Id: I6afabf33e1d1ab890c979193c25381e0d38c1f50
üst
2765cf0c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
reflread.cxx
registry/source/reflread.cxx
+3
-3
regimpl.hxx
registry/source/regimpl.hxx
+4
-4
No files found.
registry/source/reflread.cxx
Dosyayı görüntüle @
ab7bc4f4
...
...
@@ -53,9 +53,9 @@ class BlopObject
public
:
const
sal_uInt8
*
m_pBuffer
;
sal_uInt32
m_bufferLen
;
sal_Bool
m_isCopied
;
bool
m_isCopied
;
BlopObject
(
const
sal_uInt8
*
buffer
,
sal_uInt32
len
,
sal_B
ool
copyBuffer
);
BlopObject
(
const
sal_uInt8
*
buffer
,
sal_uInt32
len
,
b
ool
copyBuffer
);
// throws std::bad_alloc
~
BlopObject
();
...
...
@@ -124,7 +124,7 @@ public:
}
};
BlopObject
::
BlopObject
(
const
sal_uInt8
*
buffer
,
sal_uInt32
len
,
sal_B
ool
copyBuffer
)
BlopObject
::
BlopObject
(
const
sal_uInt8
*
buffer
,
sal_uInt32
len
,
b
ool
copyBuffer
)
:
m_bufferLen
(
len
)
,
m_isCopied
(
copyBuffer
)
{
...
...
registry/source/regimpl.hxx
Dosyayı görüntüle @
ab7bc4f4
...
...
@@ -103,10 +103,10 @@ public:
~
ORegistry
();
sal_B
ool
isReadOnly
()
const
b
ool
isReadOnly
()
const
{
return
m_readOnly
;
}
sal_B
ool
isOpen
()
const
b
ool
isOpen
()
const
{
return
m_isOpen
;
}
ORegKey
*
getRootKey
();
...
...
@@ -160,8 +160,8 @@ private:
sal_uInt32
m_refCount
;
osl
::
Mutex
m_mutex
;
sal_Bool
m_readOnly
;
sal_Bool
m_isOpen
;
bool
m_readOnly
;
bool
m_isOpen
;
rtl
::
OUString
m_name
;
store
::
OStoreFile
m_file
;
KeyMap
m_openKeyTable
;
...
...
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