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
61128761
Kaydet (Commit)
61128761
authored
Kas 02, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin: unused UniStrings
Change-Id: Ia6a10bf30685f25a13c091f04566c62888524c94
üst
86b1ccc7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
10 deletions
+3
-10
log-areas.dox
sal/inc/sal/log-areas.dox
+1
-0
HtmlOptionsDialog.cxx
sd/source/filter/html/HtmlOptionsDialog.cxx
+1
-3
htmlex.cxx
sd/source/filter/html/htmlex.cxx
+1
-7
No files found.
sal/inc/sal/log-areas.dox
Dosyayı görüntüle @
61128761
...
@@ -59,6 +59,7 @@ certain functionality.
...
@@ -59,6 +59,7 @@ certain functionality.
@section Draw
@section Draw
@li @c sd
@li @c sd.fwk
@li @c sd.fwk
@li @c sd.sls
@li @c sd.sls
@li @c sd.tools
@li @c sd.tools
...
...
sd/source/filter/html/HtmlOptionsDialog.cxx
Dosyayı görüntüle @
61128761
...
@@ -261,9 +261,7 @@ void SdHtmlOptionsDialog::setSourceDocument( const Reference< XComponent >& xDoc
...
@@ -261,9 +261,7 @@ void SdHtmlOptionsDialog::setSourceDocument( const Reference< XComponent >& xDoc
throw
(
IllegalArgumentException
,
RuntimeException
)
throw
(
IllegalArgumentException
,
RuntimeException
)
{
{
// try to set the corresponding metric unit
// try to set the corresponding metric unit
String
aConfigPath
;
Reference
<
XServiceInfo
>
xServiceInfo
(
xDoc
,
UNO_QUERY
);
Reference
<
XServiceInfo
>
xServiceInfo
(
xDoc
,
UNO_QUERY
);
if
(
xServiceInfo
.
is
()
)
if
(
xServiceInfo
.
is
()
)
{
{
if
(
xServiceInfo
->
supportsService
(
"com.sun.star.presentation.PresentationDocument"
)
)
if
(
xServiceInfo
->
supportsService
(
"com.sun.star.presentation.PresentationDocument"
)
)
...
...
sd/source/filter/html/htmlex.cxx
Dosyayı görüntüle @
61128761
...
@@ -877,7 +877,6 @@ void HtmlExport::ExportWebCast()
...
@@ -877,7 +877,6 @@ void HtmlExport::ExportWebCast()
CreateFileNames
();
CreateFileNames
();
String
aEmpty
;
if
(
maCGIPath
.
Len
()
==
0
)
if
(
maCGIPath
.
Len
()
==
0
)
maCGIPath
.
Assign
(
sal_Unicode
(
'.'
)
);
maCGIPath
.
Assign
(
sal_Unicode
(
'.'
)
);
...
@@ -890,7 +889,6 @@ void HtmlExport::ExportWebCast()
...
@@ -890,7 +889,6 @@ void HtmlExport::ExportWebCast()
}
}
else
else
{
{
String
aEmpty2
;
if
(
maURLPath
.
Len
()
==
0
)
if
(
maURLPath
.
Len
()
==
0
)
maURLPath
.
Assign
(
sal_Unicode
(
'.'
)
);
maURLPath
.
Assign
(
sal_Unicode
(
'.'
)
);
...
@@ -1858,9 +1856,6 @@ bool HtmlExport::CreateHtmlForPresPages()
...
@@ -1858,9 +1856,6 @@ bool HtmlExport::CreateHtmlForPresPages()
// =====================================================================
// =====================================================================
bool
HtmlExport
::
CreateContentPage
()
bool
HtmlExport
::
CreateContentPage
()
{
{
// Parameter
String
aEmpty
;
if
(
mbDocColors
)
if
(
mbDocColors
)
SetDocColors
();
SetDocColors
();
...
@@ -2287,9 +2282,8 @@ bool HtmlExport::CreateFrames()
...
@@ -2287,9 +2282,8 @@ bool HtmlExport::CreateFrames()
if
(
mbNotes
)
if
(
mbNotes
)
{
{
String
aEmpty
;
String
aSlash
(
RTL_CONSTASCII_USTRINGPARAM
(
"//"
)
);
String
aSlash
(
RTL_CONSTASCII_USTRINGPARAM
(
"//"
)
);
aFunction
.
SearchAndReplaceAll
(
aSlash
,
aEmpty
);
aFunction
.
SearchAndReplaceAll
(
aSlash
,
OUString
()
);
}
}
// substitute HTML file extension
// substitute HTML file extension
...
...
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