To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53950
User mmeeks changed the following:
What |Old value |New value
================================================================================
Assigned to|jsc |sb
--------------------------------------------------------------------------------
Issue type|DEFECT |PATCH
--------------------------------------------------------------------------------
Target milestone|OOo 3.0 |OOo 2.0.3
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Mon Mar 13 03:35:08 -0800
2006 -------
Attaching the trivial patch to fix this. Assuming offuh contains all the IDL - a
diff -u of the generated headers before/after contains only:
diff -u -r unxlngi6.pro/inc/com/sun/star/drawing/CaptionEscapeDirection.hdl
unxlngi6.pro.new/inc/com/sun/star/drawing/CaptionEscapeDirection.hdl
--- unxlngi6.pro/inc/com/sun/star/drawing/CaptionEscapeDirection.hdl
2006-03-13 11:32:10.000000000 +0000
+++ unxlngi6.pro.new/inc/com/sun/star/drawing/CaptionEscapeDirection.hdl
2006-03-13 11:29:42.000000000 +0000
@@ -16,7 +16,7 @@
static const ::sal_Int16 horizontal = (sal_Int16)0;
static const ::sal_Int16 vertical = (sal_Int16)1;
-static const ::sal_Int16 auto = (sal_Int16)2;
+static const ::sal_Int16 const_auto = (sal_Int16)2;
} } } } }
So this should be safe - I'm also assuming that no valid/compiling C++ code can
have ever used this & => not re-compile tested everything to check. Doesn't
really merit it's own cws - can someone put it in theirs ? Stefan ?
HTH.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]