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
459f9c9c
Kaydet (Commit)
459f9c9c
authored
Nis 11, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Elide macros used only once
Change-Id: I1f1adf0790490a600ec164793ab7ee8ed0adc29e
üst
89edb26c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
LibXSLTTransformer.cxx
filter/source/xsltfilter/LibXSLTTransformer.cxx
+2
-5
No files found.
filter/source/xsltfilter/LibXSLTTransformer.cxx
Dosyayı görüntüle @
459f9c9c
...
...
@@ -58,9 +58,6 @@ using ::std::list;
using
::
std
::
map
;
using
::
std
::
pair
;
#define _INPUT_BUFFER_SIZE 4096
#define _OUTPUT_BUFFER_SIZE 4096
namespace
XSLT
{
const
char
*
const
LibXSLTTransformer
::
PARAM_SOURCE_URL
=
"sourceURL"
;
...
...
@@ -71,9 +68,9 @@ namespace XSLT
"targetBaseURL"
;
const
char
*
const
LibXSLTTransformer
::
PARAM_DOCTYPE_PUBLIC
=
"publicType"
;
const
sal_Int32
Reader
::
OUTPUT_BUFFER_SIZE
=
_OUTPUT_BUFFER_SIZE
;
const
sal_Int32
Reader
::
OUTPUT_BUFFER_SIZE
=
4096
;
const
sal_Int32
Reader
::
INPUT_BUFFER_SIZE
=
_INPUT_BUFFER_SIZE
;
const
sal_Int32
Reader
::
INPUT_BUFFER_SIZE
=
4096
;
/**
* ParserInputBufferCallback forwards IO call-backs to libxml stream IO.
...
...
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