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
9d7f03f2
Kaydet (Commit)
9d7f03f2
authored
Eki 06, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wunused-private-field
Change-Id: Ifb599354720369458a43d8e1e7bca9ceb24d7c7d
üst
a2aed0e8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
svxcss1.cxx
sw/source/filter/html/svxcss1.cxx
+2
-3
svxcss1.hxx
sw/source/filter/html/svxcss1.hxx
+1
-2
No files found.
sw/source/filter/html/svxcss1.cxx
Dosyayı görüntüle @
9d7f03f2
...
...
@@ -649,9 +649,8 @@ void SvxCSS1PropertyInfo::SetBoxItem( SfxItemSet& rItemSet,
DestroyBorderInfos
();
}
SvxCSS1MapEntry
::
SvxCSS1MapEntry
(
const
OUString
&
rKey
,
const
SfxItemSet
&
rItemSet
,
SvxCSS1MapEntry
::
SvxCSS1MapEntry
(
const
SfxItemSet
&
rItemSet
,
const
SvxCSS1PropertyInfo
&
rProp
)
:
aKey
(
rKey
.
toAsciiUpperCase
()
),
aItemSet
(
rItemSet
),
aPropInfo
(
rProp
)
{}
...
...
@@ -928,7 +927,7 @@ void SvxCSS1Parser::InsertMapEntry( const OUString& rKey,
CSS1Map
::
iterator
itr
=
rMap
.
find
(
rKey
);
if
(
itr
==
rMap
.
end
())
{
rMap
.
insert
(
std
::
make_pair
(
rKey
,
o3tl
::
make_unique
<
SvxCSS1MapEntry
>
(
r
Key
,
r
ItemSet
,
rProp
)));
rMap
.
insert
(
std
::
make_pair
(
rKey
,
o3tl
::
make_unique
<
SvxCSS1MapEntry
>
(
rItemSet
,
rProp
)));
}
else
{
...
...
sw/source/filter/html/svxcss1.hxx
Dosyayı görüntüle @
9d7f03f2
...
...
@@ -154,7 +154,6 @@ public:
class
SvxCSS1MapEntry
{
OUString
aKey
;
SfxItemSet
aItemSet
;
SvxCSS1PropertyInfo
aPropInfo
;
...
...
@@ -163,7 +162,7 @@ public:
aItemSet
(
rPool
,
pWhichMap
)
{}
SvxCSS1MapEntry
(
const
OUString
&
rKey
,
const
SfxItemSet
&
rItemSet
,
SvxCSS1MapEntry
(
const
SfxItemSet
&
rItemSet
,
const
SvxCSS1PropertyInfo
&
rProp
);
const
SfxItemSet
&
GetItemSet
()
const
{
return
aItemSet
;
}
...
...
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