summaryrefslogtreecommitdiff
path: root/vcl/source/control/field2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/control/field2.cxx')
-rw-r--r--vcl/source/control/field2.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/control/field2.cxx b/vcl/source/control/field2.cxx
index 8fd5b2215899..b08bd78814d7 100644
--- a/vcl/source/control/field2.cxx
+++ b/vcl/source/control/field2.cxx
@@ -153,7 +153,7 @@ static bool ImplIsPatternChar( sal_Unicode cChar, sal_Char cEditMask )
nType = ImplGetCharClass()->getStringType( aCharStr, 0, aCharStr.getLength(),
Application::GetSettings().GetLanguageTag().getLocale() );
}
- catch (const ::com::sun::star::uno::Exception&)
+ catch (const css::uno::Exception&)
{
SAL_WARN( "vcl.control", "ImplIsPatternChar: Exception caught!" );
DBG_UNHANDLED_EXCEPTION();
@@ -1428,7 +1428,7 @@ DateFormatter::~DateFormatter()
mpCalendarWrapper = nullptr;
}
-void DateFormatter::SetLocale( const ::com::sun::star::lang::Locale& rLocale )
+void DateFormatter::SetLocale( const css::lang::Locale& rLocale )
{
delete mpCalendarWrapper;
mpCalendarWrapper = nullptr;