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
dccd68ad
Kaydet (Commit)
dccd68ad
authored
Eyl 14, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused Link<>
Change-Id: I7749d0d7d7dc27395373ed4a81e8235b9317d284
üst
d3a2c0f6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
11 deletions
+0
-11
htmlcfg.hxx
include/svtools/htmlcfg.hxx
+0
-1
htmlcfg.cxx
svtools/source/config/htmlcfg.cxx
+0
-10
No files found.
include/svtools/htmlcfg.hxx
Dosyayı görüntüle @
dccd68ad
...
@@ -39,7 +39,6 @@ class SVT_DLLPUBLIC SvxHtmlOptions : public utl::ConfigItem
...
@@ -39,7 +39,6 @@ class SVT_DLLPUBLIC SvxHtmlOptions : public utl::ConfigItem
HtmlOptions_Impl
*
pImp
;
HtmlOptions_Impl
*
pImp
;
static
const
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>&
GetPropertyNames
();
static
const
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>&
GetPropertyNames
();
void
Load
(
const
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>&
rPropertyNames
);
void
Load
(
const
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>&
rPropertyNames
);
void
CallListeners
();
virtual
void
ImplCommit
()
SAL_OVERRIDE
;
virtual
void
ImplCommit
()
SAL_OVERRIDE
;
...
...
svtools/source/config/htmlcfg.cxx
Dosyayı görüntüle @
dccd68ad
...
@@ -45,7 +45,6 @@ using namespace com::sun::star::uno;
...
@@ -45,7 +45,6 @@ using namespace com::sun::star::uno;
struct
HtmlOptions_Impl
struct
HtmlOptions_Impl
{
{
::
std
::
list
<
Link
<>>
aList
;
sal_Int32
nFlags
;
sal_Int32
nFlags
;
sal_Int32
nExportMode
;
sal_Int32
nExportMode
;
sal_Int32
aFontSizeArr
[
HTML_FONT_COUNT
];
sal_Int32
aFontSizeArr
[
HTML_FONT_COUNT
];
...
@@ -242,17 +241,9 @@ void SvxHtmlOptions::ImplCommit()
...
@@ -242,17 +241,9 @@ void SvxHtmlOptions::ImplCommit()
PutProperties
(
aNames
,
aValues
);
PutProperties
(
aNames
,
aValues
);
}
}
void
SvxHtmlOptions
::
CallListeners
()
{
for
(
::
std
::
list
<
Link
<>>::
const_iterator
iter
=
pImp
->
aList
.
begin
();
iter
!=
pImp
->
aList
.
end
();
++
iter
)
iter
->
Call
(
this
);
}
void
SvxHtmlOptions
::
Notify
(
const
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>&
)
void
SvxHtmlOptions
::
Notify
(
const
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>&
)
{
{
Load
(
GetPropertyNames
()
);
Load
(
GetPropertyNames
()
);
CallListeners
();
}
}
...
@@ -311,7 +302,6 @@ void SvxHtmlOptions::SetExportMode(sal_uInt16 nSet)
...
@@ -311,7 +302,6 @@ void SvxHtmlOptions::SetExportMode(sal_uInt16 nSet)
{
{
pImp
->
nExportMode
=
nSet
;
pImp
->
nExportMode
=
nSet
;
SetModified
();
SetModified
();
CallListeners
();
}
}
}
}
...
...
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