summaryrefslogtreecommitdiffstats
path: root/svtools/source/control/calendar.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-01-16 16:01:25 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-01-16 16:01:25 +0100
commite770d5300054d56545bba3c16635a14e92fde807 (patch)
treedb885218d1030d5f34f0760c688bb795e56e87e9 /svtools/source/control/calendar.cxx
parentRevert RescheduleDuringAcquire, it leads to code being run w/o solar mutex. (diff)
downloadcore-e770d5300054d56545bba3c16635a14e92fde807.tar.gz
core-e770d5300054d56545bba3c16635a14e92fde807.zip
Fix #ifdef SAL_LOG_INFO region.
Diffstat (limited to 'svtools/source/control/calendar.cxx')
-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