ooo-build r13500 - in trunk: . patches/dev300



Author: tml
Date: Fri Aug  8 10:38:22 2008
New Revision: 13500
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13500&view=rev

Log:
2008-08-08  Tor Lillqvist  <tml novell com>

	* patches/dev300/layout-simple-dialogs-toolkit.diff: Use
	__FUNCTION__ instead of the gcc-specific __PRETTY_FUNCTION__.



Modified:
   trunk/ChangeLog
   trunk/patches/dev300/layout-simple-dialogs-toolkit.diff

Modified: trunk/patches/dev300/layout-simple-dialogs-toolkit.diff
==============================================================================
--- trunk/patches/dev300/layout-simple-dialogs-toolkit.diff	(original)
+++ trunk/patches/dev300/layout-simple-dialogs-toolkit.diff	Fri Aug  8 10:38:22 2008
@@ -1947,7 +1947,7 @@
 +{
 +    // HIG suggests using verbs instead of yes/no/retry etc.
 +    // This constructor provides client-code compatibility: Client code should be fixed.
-+    OSL_TRACE ("%s: warning, deprecated vcl/Messbox compatibility", __PRETTY_FUNCTION__);
++    OSL_TRACE ("%s: warning, deprecated vcl/Messbox compatibility", __FUNCTION__);
 +    bits_init (bits, OUString::createFromAscii (message), OUString::createFromAscii (yes), OUString::createFromAscii (no), help_id);
 +}
 +
@@ -1958,7 +1958,7 @@
 +{
 +    // HIG suggests using verbs instead of yes/no/retry etc.
 +    // This constructor provides client-code compatibility: Client code should be fixed.
-+    OSL_TRACE ("%s: warning, deprecated vcl/Messbox compatibility", __PRETTY_FUNCTION__);
++    OSL_TRACE ("%s: warning, deprecated vcl/Messbox compatibility", __FUNCTION__);
 +    bits_init (bits, message, yes, no, help_id);
 +}
 +



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]