[Libreoffice-commits] .: 2 commits - sal/inc sc/source
David Tardon
dtardon at kemper.freedesktop.org
Fri Feb 3 01:39:22 PST 2012
sal/inc/sal/log-areas.dox | 4 ++++
sc/source/ui/view/output.cxx | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
New commits:
commit 064990eb8849a8c1eda8960fafb31f28ac114a5e
Author: David Tardon <dtardon at redhat.com>
Date: Fri Feb 3 10:01:35 2012 +0100
add sc.ui log area
diff --git a/sal/inc/sal/log-areas.dox b/sal/inc/sal/log-areas.dox
index 074f1b2..1af17a3 100644
--- a/sal/inc/sal/log-areas.dox
+++ b/sal/inc/sal/log-areas.dox
@@ -13,6 +13,10 @@ a new area, use it and add it to the list in the proper section with an explanat
This list should give you an overview of which areas to enable when debugging
certain functionality.
+ at section Calc
+
+ at li sc.ui - Calc's UI
+
@section oox
@li oox.xmlstream - XmlStream class
commit 96ea52dbd1ca409625cd0378a18f6bf13a7da86b
Author: David Tardon <dtardon at redhat.com>
Date: Fri Feb 3 09:59:18 2012 +0100
fix build breaker with --enable-debug
diff --git a/sc/source/ui/view/output.cxx b/sc/source/ui/view/output.cxx
index cfa44de..b80bfdc 100644
--- a/sc/source/ui/view/output.cxx
+++ b/sc/source/ui/view/output.cxx
@@ -149,7 +149,7 @@ void ScActionColorChanger::Update( const ScChangeAction& rAction )
if (it == rUsers.end())
{
// empty string is possible if a name wasn't found while saving a 5.0 file
- OSL_ENSURE( aLastUserName.Len() == 0, "Author not found" );
+ SAL_INFO_IF( aLastUserName.isEmpty(), "sc.ui", "Author not found" );
nLastUserIndex = 0;
}
else
More information about the Libreoffice-commits
mailing list