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
cbf8a5c8
Kaydet (Commit)
cbf8a5c8
authored
May 10, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cppcheck: noExplicitConstructor
Change-Id: Ic334d7b0110319e0c581eecd111b73d1cce3134d
üst
c6bc9b33
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
sax_expat.cxx
sax/source/expatwrap/sax_expat.cxx
+2
-2
saxwriter.cxx
sax/source/expatwrap/saxwriter.cxx
+7
-7
No files found.
sax/source/expatwrap/sax_expat.cxx
Dosyayı görüntüle @
cbf8a5c8
...
...
@@ -361,9 +361,9 @@ class LocatorImpl :
// should use a different interface for stream positions!
{
public
:
LocatorImpl
(
SaxExpatParser_Impl
*
p
)
explicit
LocatorImpl
(
SaxExpatParser_Impl
*
p
)
:
m_pParser
(
p
)
{
m_pParser
=
p
;
}
public
:
//XLocator
...
...
sax/source/expatwrap/saxwriter.cxx
Dosyayı görüntüle @
cbf8a5c8
...
...
@@ -106,13 +106,13 @@ private:
sal_uInt32
&
rPos
)
throw
(
SAXException
);
inline
void
FinishStartElement
()
throw
(
SAXException
);
public
:
SaxWriterHelper
(
Reference
<
XOutputStream
>
m_TempOut
)
:
m_out
(
m_TempOut
),
m_Sequence
(
SEQUENCESIZE
),
mp_Sequence
(
NULL
),
nLastLineFeedPos
(
0
),
nCurrentPos
(
0
),
m_bStartElementFinished
(
true
)
explicit
SaxWriterHelper
(
Reference
<
XOutputStream
>
m_TempOut
)
:
m_out
(
m_TempOut
)
,
m_Sequence
(
SEQUENCESIZE
)
,
mp_Sequence
(
NULL
)
,
nLastLineFeedPos
(
0
)
,
nCurrentPos
(
0
)
,
m_bStartElementFinished
(
true
)
{
OSL_ENSURE
(
SEQUENCESIZE
>
50
,
"Sequence cache size to small"
);
mp_Sequence
=
m_Sequence
.
getArray
();
...
...
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