Kaydet (Commit) 101ea2fe authored tarafından Eike Rathke's avatar Eike Rathke

yet yet yet yet yet yet yet another 'Locale' ambiguous symbol

Change-Id: Ic6b813b3f826300d3b59b7105690ab611bb4bd44
üst 9abd38ec
...@@ -181,7 +181,7 @@ namespace svxform ...@@ -181,7 +181,7 @@ namespace svxform
} }
sal_Int32 OStaticDataAccessTools::getDefaultNumberFormat( const Reference< XPropertySet >& _xColumn, const Reference< XNumberFormatTypes >& _xTypes, const Locale& _rLocale ) sal_Int32 OStaticDataAccessTools::getDefaultNumberFormat( const Reference< XPropertySet >& _xColumn, const Reference< XNumberFormatTypes >& _xTypes, const css::lang::Locale& _rLocale )
{ {
sal_Int32 nReturn = 0; sal_Int32 nReturn = 0;
if ( ensureLoaded() ) if ( ensureLoaded() )
...@@ -219,7 +219,7 @@ namespace svxform ...@@ -219,7 +219,7 @@ namespace svxform
} }
void OStaticDataAccessTools::TransferFormComponentProperties(const Reference< XPropertySet>& _rxOld, void OStaticDataAccessTools::TransferFormComponentProperties(const Reference< XPropertySet>& _rxOld,
const Reference< XPropertySet>& _rxNew, const Locale& _rLocale) const const Reference< XPropertySet>& _rxNew, const css::lang::Locale& _rLocale) const
{ {
if ( ensureLoaded() ) if ( ensureLoaded() )
m_xDataAccessTools->TransferFormComponentProperties(_rxOld, _rxNew, _rLocale); m_xDataAccessTools->TransferFormComponentProperties(_rxOld, _rxNew, _rLocale);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment