summaryrefslogtreecommitdiff
path: root/xmloff/source
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source')
-rw-r--r--xmloff/source/core/xmluconv.cxx6
-rw-r--r--xmloff/source/style/xmlnumfi.cxx2
2 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/core/xmluconv.cxx b/xmloff/source/core/xmluconv.cxx
index 0791532897f0..e1fe1796488c 100644
--- a/xmloff/source/core/xmluconv.cxx
+++ b/xmloff/source/core/xmluconv.cxx
@@ -369,14 +369,14 @@ void SvXMLUnitConverter::convertDateTime(OUStringBuffer& rBuffer,
/** convert ISO Date Time String to double */
bool SvXMLUnitConverter::convertDateTime(double& fDateTime,
- std::u16string_view rString)
+ std::u16string_view rString) const
{
return convertDateTime(fDateTime, rString, m_pImpl->m_aNullDate);
}
/** convert ISO Date Time String to double */
bool SvXMLUnitConverter::convertDateTime(double& fDateTime,
- std::string_view rString)
+ std::string_view rString) const
{
return convertDateTime(fDateTime, rString, m_pImpl->m_aNullDate);
}
@@ -672,7 +672,7 @@ void SvXMLUnitConverter::convertB3DVector( OUStringBuffer &rBuffer, const ::base
/** convert string to Position3D */
bool SvXMLUnitConverter::convertPosition3D( drawing::Position3D& rPosition,
- std::string_view rValue )
+ std::string_view rValue ) const
{
OUString aContentX,aContentY,aContentZ;
if ( !lcl_getPositions(rValue,aContentX,aContentY,aContentZ) )
diff --git a/xmloff/source/style/xmlnumfi.cxx b/xmloff/source/style/xmlnumfi.cxx
index 4563efa9173d..39d6c2763c6a 100644
--- a/xmloff/source/style/xmlnumfi.cxx
+++ b/xmloff/source/style/xmlnumfi.cxx
@@ -2210,7 +2210,7 @@ SvXMLStyleContext* SvXMLNumFmtHelper::CreateChildContext( SvXMLImport& rImport,
pData.get(), nStyleToken, xAttrList, rStyles );
}
-LanguageType SvXMLNumFmtHelper::GetLanguageForKey(sal_Int32 nKey)
+LanguageType SvXMLNumFmtHelper::GetLanguageForKey(sal_Int32 nKey) const
{
if (pData->GetNumberFormatter())
{