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
024d135a
Kaydet (Commit)
024d135a
authored
Agu 31, 2014
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Unused arguments / variables
Change-Id: I5903b2f72314f8518beb1821c218fca6a3550d7f
üst
65613586
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
factoryimpl.py
writerfilter/source/ooxml/factoryimpl.py
+3
-3
No files found.
writerfilter/source/ooxml/factoryimpl.py
Dosyayı görüntüle @
024d135a
...
...
@@ -153,7 +153,7 @@ std::string fastTokenToId(sal_uInt32 nToken)
"""
)
def
getFastParser
(
model
):
def
getFastParser
():
print
(
"""uno::Reference <xml::sax::XFastParser> OOXMLStreamImpl::getFastParser()
{
if (!mxFastParser.is())
...
...
@@ -194,14 +194,14 @@ using namespace com::sun::star;
getFactoryForNamespace
(
model
)
createFastChildContextFromStart
(
model
)
fastTokenToId
(
model
)
getFastParser
(
model
)
getFastParser
()
def
parseNamespaces
(
fro
):
sock
=
open
(
fro
)
for
i
in
sock
.
readlines
():
line
=
i
.
strip
()
id
,
alias
,
url
=
line
.
split
(
' '
)
alias
,
url
=
line
.
split
(
' '
)[
1
:]
# first column is ID, not interesting for us
ooxUrlAliases
[
url
]
=
alias
sock
.
close
()
...
...
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