[Libreoffice] [PATCH] [PUSHED] Replace DBG_ stuff in calc with OSL_ equivalents

David Tardon dtardon at redhat.com
Thu May 26 23:22:47 PDT 2011


On Sun, May 22, 2011 at 11:41:31AM +0200, Jacek Wolszczak wrote:
> Hi,
> 
> I am sending links to patches uploaded to dropbox. I wasn't sure if 1MB
> of attachments would be welcome here.

The patches are good, except:

1. I changed

-#ifdef DBG_UTIL
+#if OSL_DEBUG_LEVEL > 1

to 

-#ifdef DBG_UTIL
+#if OSL_DEBUG_LEVEL > 0

2. I removed the hunks that added #if OSL_DEBUG_LEVEL > 1 around
   DBG_CHKTHIS

What are you going to do next? :)

D.


More information about the LibreOffice mailing list