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
52136cd3
Kaydet (Commit)
52136cd3
authored
May 12, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
writerfilter: unused mnRefCount
Change-Id: Ideab32a5cb6a2ccc4ee91ca60ede70cd325d2b93
üst
e8342067
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
OOXMLFastContextHandler.cxx
writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
+0
-2
OOXMLFastContextHandler.hxx
writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
+0
-1
No files found.
writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
Dosyayı görüntüle @
52136cd3
...
@@ -125,7 +125,6 @@ OOXMLFastContextHandler::OOXMLFastContextHandler
...
@@ -125,7 +125,6 @@ OOXMLFastContextHandler::OOXMLFastContextHandler
mpStream
(
NULL
),
mpStream
(
NULL
),
mnTableDepth
(
0
),
mnTableDepth
(
0
),
mnInstanceNumber
(
mnInstanceCount
),
mnInstanceNumber
(
mnInstanceCount
),
mnRefCount
(
0
),
inPositionV
(
false
),
inPositionV
(
false
),
m_xContext
(
context
),
m_xContext
(
context
),
m_bDiscardChildren
(
false
),
m_bDiscardChildren
(
false
),
...
@@ -150,7 +149,6 @@ OOXMLFastContextHandler::OOXMLFastContextHandler
...
@@ -150,7 +149,6 @@ OOXMLFastContextHandler::OOXMLFastContextHandler
mpStream
(
pContext
->
mpStream
),
mpStream
(
pContext
->
mpStream
),
mnTableDepth
(
pContext
->
mnTableDepth
),
mnTableDepth
(
pContext
->
mnTableDepth
),
mnInstanceNumber
(
mnInstanceCount
),
mnInstanceNumber
(
mnInstanceCount
),
mnRefCount
(
0
),
inPositionV
(
pContext
->
inPositionV
),
inPositionV
(
pContext
->
inPositionV
),
m_xContext
(
pContext
->
m_xContext
),
m_xContext
(
pContext
->
m_xContext
),
m_bDiscardChildren
(
pContext
->
m_bDiscardChildren
),
m_bDiscardChildren
(
pContext
->
m_bDiscardChildren
),
...
...
writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
Dosyayı görüntüle @
52136cd3
...
@@ -292,7 +292,6 @@ protected:
...
@@ -292,7 +292,6 @@ protected:
uno
::
Reference
<
uno
::
XComponentContext
>
getComponentContext
();
uno
::
Reference
<
uno
::
XComponentContext
>
getComponentContext
();
sal_uInt32
mnInstanceNumber
;
sal_uInt32
mnInstanceNumber
;
sal_uInt32
mnRefCount
;
bool
inPositionV
;
bool
inPositionV
;
...
...
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