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
535cd4ac
Kaydet (Commit)
535cd4ac
authored
Eki 07, 2011
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: unreferenced local variable
üst
2026c163
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
DomainMapperTableHandler.cxx
writerfilter/source/dmapper/DomainMapperTableHandler.cxx
+2
-0
DomainMapper_Impl.cxx
writerfilter/source/dmapper/DomainMapper_Impl.cxx
+4
-2
No files found.
writerfilter/source/dmapper/DomainMapperTableHandler.cxx
Dosyayı görüntüle @
535cd4ac
...
@@ -731,6 +731,8 @@ void DomainMapperTableHandler::endTable()
...
@@ -731,6 +731,8 @@ void DomainMapperTableHandler::endTable()
dmapper_logger
->
startElement
(
"exception"
);
dmapper_logger
->
startElement
(
"exception"
);
dmapper_logger
->
chars
(
rtl
::
OUStringToOString
(
e
.
Message
,
RTL_TEXTENCODING_UTF8
).
getStr
(
));
dmapper_logger
->
chars
(
rtl
::
OUStringToOString
(
e
.
Message
,
RTL_TEXTENCODING_UTF8
).
getStr
(
));
dmapper_logger
->
endElement
();
dmapper_logger
->
endElement
();
#else
(
void
)
e
;
#endif
#endif
}
}
}
}
...
...
writerfilter/source/dmapper/DomainMapper_Impl.cxx
Dosyayı görüntüle @
535cd4ac
...
@@ -108,7 +108,7 @@ sal_Bool lcl_IsUsingEnhancedFields( const uno::Reference< lang::XMultiServiceFac
...
@@ -108,7 +108,7 @@ sal_Bool lcl_IsUsingEnhancedFields( const uno::Reference< lang::XMultiServiceFac
::
comphelper
::
ConfigurationHelper
::
readRelativeKey
(
xCfgAccess
,
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"Filter/Microsoft/Import"
)
),
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"ImportWWFieldsAsEnhancedFields"
)
)
)
>>=
bResult
;
::
comphelper
::
ConfigurationHelper
::
readRelativeKey
(
xCfgAccess
,
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"Filter/Microsoft/Import"
)
),
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"ImportWWFieldsAsEnhancedFields"
)
)
)
>>=
bResult
;
}
}
catch
(
uno
::
Exception
&
e
)
catch
(
uno
::
Exception
&
)
{
{
}
}
return
bResult
;
return
bResult
;
...
@@ -601,7 +601,7 @@ bool lcl_removeShape( const uno::Reference< text::XTextDocument >& rDoc, const
...
@@ -601,7 +601,7 @@ bool lcl_removeShape( const uno::Reference< text::XTextDocument >& rDoc, const
rTextAppendStack
.
pop
();
rTextAppendStack
.
pop
();
bRet
=
true
;
bRet
=
true
;
}
}
catch
(
uno
::
Exception
&
e
)
catch
(
uno
::
Exception
&
)
{
{
}
}
}
}
...
@@ -1408,6 +1408,8 @@ void DomainMapper_Impl::PushShapeContext( const uno::Reference< drawing::XShape
...
@@ -1408,6 +1408,8 @@ void DomainMapper_Impl::PushShapeContext( const uno::Reference< drawing::XShape
clog
<<
"Exception when adding shape: "
;
clog
<<
"Exception when adding shape: "
;
clog
<<
rtl
::
OUStringToOString
(
e
.
Message
,
RTL_TEXTENCODING_UTF8
).
getStr
(
);
clog
<<
rtl
::
OUStringToOString
(
e
.
Message
,
RTL_TEXTENCODING_UTF8
).
getStr
(
);
clog
<<
endl
;
clog
<<
endl
;
#else
(
void
)
e
;
#endif
#endif
}
}
}
}
...
...
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