[Libreoffice-commits] .: offapi/com

Michael Meeks mmeeks at kemper.freedesktop.org
Thu Jan 27 02:36:34 PST 2011


 offapi/com/sun/star/inspection/InteractiveSelectionResult.idl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 43c57e14593d7c641977e6721bb37d058f328eda
Author: Michael Meeks <michael.meeks at novell.com>
Date:   Thu Jan 27 10:36:24 2011 +0000

    revert accidental change to UNO API - to fix spelling of Cancelled

diff --git a/offapi/com/sun/star/inspection/InteractiveSelectionResult.idl b/offapi/com/sun/star/inspection/InteractiveSelectionResult.idl
index 4624091..0063c7a 100644
--- a/offapi/com/sun/star/inspection/InteractiveSelectionResult.idl
+++ b/offapi/com/sun/star/inspection/InteractiveSelectionResult.idl
@@ -42,7 +42,7 @@ enum InteractiveSelectionResult
 {
     /** The interactive selection of a property value was canceled.
     */
-    Canceled,
+    Cancelled,
 
     /** The interactive selection of a property value succeeded, and the
         new property value chosen by the user has already been set at the


More information about the Libreoffice-commits mailing list