You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ar...@apache.org on 2014/03/09 06:46:52 UTC

svn commit: r1575661 - in /openoffice/trunk/main/offapi: com/sun/star/document/ type_reference/

Author: arielch
Date: Sun Mar  9 05:46:51 2014
New Revision: 1575661

URL: http://svn.apache.org/r1575661
Log:
i124385 - [API] Unpublish the Undo API

Modified:
    openoffice/trunk/main/offapi/com/sun/star/document/EmptyUndoStackException.idl
    openoffice/trunk/main/offapi/com/sun/star/document/UndoContextNotClosedException.idl
    openoffice/trunk/main/offapi/com/sun/star/document/UndoFailedException.idl
    openoffice/trunk/main/offapi/com/sun/star/document/UndoManagerEvent.idl
    openoffice/trunk/main/offapi/com/sun/star/document/XUndoAction.idl
    openoffice/trunk/main/offapi/com/sun/star/document/XUndoManager.idl
    openoffice/trunk/main/offapi/com/sun/star/document/XUndoManagerListener.idl
    openoffice/trunk/main/offapi/com/sun/star/document/XUndoManagerSupplier.idl
    openoffice/trunk/main/offapi/type_reference/typelibrary_history.txt
    openoffice/trunk/main/offapi/type_reference/types.rdb

Modified: openoffice/trunk/main/offapi/com/sun/star/document/EmptyUndoStackException.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/document/EmptyUndoStackException.idl?rev=1575661&r1=1575660&r2=1575661&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/document/EmptyUndoStackException.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/document/EmptyUndoStackException.idl Sun Mar  9 05:46:51 2014
@@ -36,7 +36,7 @@ module com { module sun { module star { 
     of undo actions, and this requirement is not fullfilled.
     @since OpenOffice 3.4
  */
-published exception EmptyUndoStackException : ::com::sun::star::util::InvalidStateException
+exception EmptyUndoStackException : ::com::sun::star::util::InvalidStateException
 {
 };
 

Modified: openoffice/trunk/main/offapi/com/sun/star/document/UndoContextNotClosedException.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/document/UndoContextNotClosedException.idl?rev=1575661&r1=1575660&r2=1575661&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/document/UndoContextNotClosedException.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/document/UndoContextNotClosedException.idl Sun Mar  9 05:46:51 2014
@@ -36,7 +36,7 @@ module com { module sun { module star { 
     contexts to be closed, but this requirement is not fullfilled.
     @since OpenOffice 3.4
  */
-published exception UndoContextNotClosedException : ::com::sun::star::util::InvalidStateException
+exception UndoContextNotClosedException : ::com::sun::star::util::InvalidStateException
 {
 };
 

Modified: openoffice/trunk/main/offapi/com/sun/star/document/UndoFailedException.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/document/UndoFailedException.idl?rev=1575661&r1=1575660&r2=1575661&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/document/UndoFailedException.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/document/UndoFailedException.idl Sun Mar  9 05:46:51 2014
@@ -38,7 +38,7 @@ module com { module sun { module star { 
     @see XUndoManager::undo
     @since OpenOffice 3.4
  */
-published exception UndoFailedException : ::com::sun::star::uno::Exception
+exception UndoFailedException : ::com::sun::star::uno::Exception
 {
     /** describes the reason why the operation failed. Usually, this member will carry an exception.
     */

Modified: openoffice/trunk/main/offapi/com/sun/star/document/UndoManagerEvent.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/document/UndoManagerEvent.idl?rev=1575661&r1=1575660&r2=1575661&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/document/UndoManagerEvent.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/document/UndoManagerEvent.idl Sun Mar  9 05:46:51 2014
@@ -39,7 +39,7 @@ module com { module sun { module star { 
     @see XUndoAction
     @since OpenOffice 3.4
  */
-published struct UndoManagerEvent : ::com::sun::star::lang::EventObject
+struct UndoManagerEvent : ::com::sun::star::lang::EventObject
 {
     /** the title of the undo action which is described by the event
         @see XUndoAction::Title

Modified: openoffice/trunk/main/offapi/com/sun/star/document/XUndoAction.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/document/XUndoAction.idl?rev=1575661&r1=1575660&r2=1575661&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/document/XUndoAction.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/document/XUndoAction.idl Sun Mar  9 05:46:51 2014
@@ -36,7 +36,7 @@ module com { module sun { module star { 
 /** represents a single (undoable) action on a document
     @since OpenOffice 3.4
  */
-published interface XUndoAction
+interface XUndoAction
 {
     /** reverts the action represented by the instance
 

Modified: openoffice/trunk/main/offapi/com/sun/star/document/XUndoManager.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/document/XUndoManager.idl?rev=1575661&r1=1575660&r2=1575661&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/document/XUndoManager.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/document/XUndoManager.idl Sun Mar  9 05:46:51 2014
@@ -37,8 +37,8 @@
 
 module com { module sun { module star { module document {
 
-published interface XUndoAction;
-published interface XUndoManagerListener;
+interface XUndoAction;
+interface XUndoManagerListener;
 
 //==================================================================================================================
 
@@ -75,7 +75,7 @@ published interface XUndoManagerListener
 
     @since OpenOffice 3.4
  */
-published interface XUndoManager
+interface XUndoManager
 {
     /** allows <a href="#locking">locking</a> the undo manager.
     */

Modified: openoffice/trunk/main/offapi/com/sun/star/document/XUndoManagerListener.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/document/XUndoManagerListener.idl?rev=1575661&r1=1575660&r2=1575661&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/document/XUndoManagerListener.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/document/XUndoManagerListener.idl Sun Mar  9 05:46:51 2014
@@ -38,7 +38,7 @@ module com { module sun { module star { 
     @see XUndoManager
     @since OpenOffice 3.4
  */
-published interface XUndoManagerListener : ::com::sun::star::lang::XEventListener
+interface XUndoManagerListener : ::com::sun::star::lang::XEventListener
 {
     /** is called when an undo action is added to the undo stack.
 

Modified: openoffice/trunk/main/offapi/com/sun/star/document/XUndoManagerSupplier.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/document/XUndoManagerSupplier.idl?rev=1575661&r1=1575660&r2=1575661&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/document/XUndoManagerSupplier.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/document/XUndoManagerSupplier.idl Sun Mar  9 05:46:51 2014
@@ -30,7 +30,7 @@
 
 module com { module sun { module star { module document {
 
-published interface XUndoManager;
+interface XUndoManager;
 
 //==================================================================================================================
 
@@ -38,7 +38,7 @@ published interface XUndoManager;
 
     @since OpenOffice 3.4
  */
-published interface XUndoManagerSupplier
+interface XUndoManagerSupplier
 {
     /** returns the Undo manager associated with the component.
     */

Modified: openoffice/trunk/main/offapi/type_reference/typelibrary_history.txt
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/type_reference/typelibrary_history.txt?rev=1575661&r1=1575660&r2=1575661&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/type_reference/typelibrary_history.txt (original)
+++ openoffice/trunk/main/offapi/type_reference/typelibrary_history.txt Sun Mar  9 05:46:51 2014
@@ -208,3 +208,6 @@
 
 23/03/2013 (arielch): TaskID=121946
   css::ucb::XWebDAVCommandEnvironment: use enums to identify WebDAV/HTTP methods
+
+23/03/2013 (arielch): TaskID=124385
+  Unpublish the Undo API

Modified: openoffice/trunk/main/offapi/type_reference/types.rdb
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/type_reference/types.rdb?rev=1575661&r1=1575660&r2=1575661&view=diff
==============================================================================
Binary files - no diff available.