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:47:10 UTC

svn commit: r1575663 - /openoffice/trunk/main/offapi/com/sun/star/document/XUndoManager.idl

Author: arielch
Date: Sun Mar  9 05:47:10 2014
New Revision: 1575663

URL: http://svn.apache.org/r1575663
Log:
Do not display heading in the IDL short description

Modified:
    openoffice/trunk/main/offapi/com/sun/star/document/XUndoManager.idl

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=1575663&r1=1575662&r2=1575663&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:47:10 2014
@@ -37,7 +37,7 @@ interface XUndoAction;
 interface XUndoManagerListener;
 
 /** provides access to the undo/redo stacks of a document
-
+    <p></p>
     <h3>Undo</h3>
     <p>Changes to a document usually result in recording of information how to undo those changes, if desired. A so-called
     undo action records the information how to undo a single change. Undo actions are maintained in a stack, so that