summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--svtools/source/control/calendar.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/calendar.cxx b/svtools/source/control/calendar.cxx
index 0cf3041ad2bd..0b291e00c7b6 100644
--- a/svtools/source/control/calendar.cxx
+++ b/svtools/source/control/calendar.cxx
@@ -217,10 +217,10 @@ void Calendar::ImplInit( WinBits nWinStyle )
{
#ifdef SAL_LOG_INFO
lang::Locale aLoc( Application::GetAppLocaleDataWrapper().getLocale() );
-#endif
SAL_INFO( "svtools", "Calendar::ImplInit: No ``gregorian'' calendar available for locale ``"
<< aLoc.Language << "-" << aLoc.Country
<< "'' and other calendars aren't supported. Using en-US fallback." );
+#endif
/* If we ever wanted to support other calendars than Gregorian a lot of
* rewrite would be necessary to internally replace use of class Date