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
3bc61ac2
Kaydet (Commit)
3bc61ac2
authored
Tem 31, 2014
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
writerfilter: fix some -Werror=unused in previous patch
Change-Id: Iba7db7f9375807e97a4cdddc0c873fa3c9f6cfb6
üst
4c3ba3a4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
3 deletions
+1
-3
DomainMapper.cxx
writerfilter/source/dmapper/DomainMapper.cxx
+1
-1
NumberingManager.cxx
writerfilter/source/dmapper/NumberingManager.cxx
+0
-1
PropertyMap.cxx
writerfilter/source/dmapper/PropertyMap.cxx
+0
-1
No files found.
writerfilter/source/dmapper/DomainMapper.cxx
Dosyayı görüntüle @
3bc61ac2
...
...
@@ -428,7 +428,7 @@ void DomainMapper::lcl_attribute(Id nName, Value & val)
// ooxml::CT_Spacing_line, then it should get the rule
// after lineRule as well.
TablePropertyMapPtr
pTblCellWithDirectFormatting
(
new
TablePropertyMap
);
pTblCellWithDirectFormatting
->
insert
(
std
::
pair
<
PropertyIds
,
PropValue
>
(
PROP_PARA_LINE_SPACING
,
uno
::
makeAny
(
aSpacing
))
);
pTblCellWithDirectFormatting
->
Insert
(
PROP_PARA_LINE_SPACING
,
uno
::
makeAny
(
aSpacing
),
false
);
m_pImpl
->
getTableManager
().
cellProps
(
pTblCellWithDirectFormatting
);
}
}
...
...
writerfilter/source/dmapper/NumberingManager.cxx
Dosyayı görüntüle @
3bc61ac2
...
...
@@ -220,7 +220,6 @@ static bool IgnoreForCharStyle(const OUString& aStr)
uno
::
Sequence
<
beans
::
PropertyValue
>
ListLevel
::
GetCharStyleProperties
(
)
{
PropertyValueVector_t
rProperties
;
PropertyNameSupplier
&
aPropNameSupplier
=
PropertyNameSupplier
::
GetPropertyNameSupplier
();
uno
::
Sequence
<
beans
::
PropertyValue
>
vPropVals
=
PropertyMap
::
GetPropertyValues
();
beans
::
PropertyValue
*
aValIter
=
vPropVals
.
begin
();
...
...
writerfilter/source/dmapper/PropertyMap.cxx
Dosyayı görüntüle @
3bc61ac2
...
...
@@ -1182,7 +1182,6 @@ public:
void
SectionPropertyMap
::
_ApplyProperties
(
uno
::
Reference
<
beans
::
XPropertySet
>
const
&
xStyle
)
{
PropertyNameSupplier
&
rPropNameSupplier
=
PropertyNameSupplier
::
GetPropertyNameSupplier
();
uno
::
Reference
<
beans
::
XMultiPropertySet
>
const
xMultiSet
(
xStyle
,
uno
::
UNO_QUERY
);
...
...
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