Author: arielch
Date: Sun Mar  9 05:47:02 2014
New Revision: 1575662

URL: http://svn.apache.org/r1575662
Log:
Remove useless comments

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

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=1575662&r1=1575661&r2=1575662&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:47:02 2014
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,31 +7,25 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
-
-
 #ifndef __com_sun_star_document_EmptyUndoStackException_idl__
 #define __com_sun_star_document_EmptyUndoStackException_idl__
 
 #include <com/sun/star/util/InvalidStateException.idl>
 
-//==================================================================================================================
-
 module com { module sun { module star { module document {
 
-//==================================================================================================================
-
 /** is raised when an operation is attemption at an XUndoManager which 
requires a non-empty stack
     of undo actions, and this requirement is not fullfilled.
     @since OpenOffice 3.4
@@ -40,10 +34,6 @@ exception EmptyUndoStackException : ::co
 {
 };
 
-//==================================================================================================================
-
 }; }; }; };
 
-//==================================================================================================================
-
 #endif

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=1575662&r1=1575661&r2=1575662&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:47:02 2014
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,31 +7,25 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
-
-
 #ifndef __com_sun_star_document_UndoContextNotClosedException_idl__
 #define __com_sun_star_document_UndoContextNotClosedException_idl__
 
 #include <com/sun/star/util/InvalidStateException.idl>
 
-//==================================================================================================================
-
 module com { module sun { module star { module document {
 
-//==================================================================================================================
-
 /** is thrown when an operation is attempted at an <type>XUndoManager</type> 
which requires all undo
     contexts to be closed, but this requirement is not fullfilled.
     @since OpenOffice 3.4
@@ -40,10 +34,6 @@ exception UndoContextNotClosedException 
 {
 };
 
-//==================================================================================================================
-
 }; }; }; };
 
-//==================================================================================================================
-
 #endif

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=1575662&r1=1575661&r2=1575662&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:47:02 2014
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,31 +7,25 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
-
-
 #ifndef __com_sun_star_document_UndoFailedException_idl__
 #define __com_sun_star_document_UndoFailedException_idl__
 
 #include <com/sun/star/uno/Exception.idl>
 
-//==================================================================================================================
-
 module com { module sun { module star { module document {
 
-//==================================================================================================================
-
 /** thrown when reverting to re-applying an undoable action fails.
 
     @see XUndoAction::undo
@@ -45,10 +39,6 @@ exception UndoFailedException : ::com::s
     any Reason;
 };
 
-//==================================================================================================================
-
 }; }; }; };
 
-//==================================================================================================================
-
 #endif

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=1575662&r1=1575661&r2=1575662&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:47:02 2014
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,31 +7,25 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
-
-
 #ifndef __com_sun_star_document_UndoManagerEvent_idl__
 #define __com_sun_star_document_UndoManagerEvent_idl__
 
 #include <com/sun/star/lang/EventObject.idl>
 
-//==================================================================================================================
-
 module com { module sun { module star { module document {
 
-//==================================================================================================================
-
 /** is an event sent by an <type>XUndoManager</type> implementation when the 
Undo/Redo stacks of the manager are
     modified.
     @see XUndoManager
@@ -52,10 +46,6 @@ struct UndoManagerEvent : ::com::sun::st
     long    UndoContextDepth;
 };
 
-//==================================================================================================================
-
 }; }; }; };
 
-//==================================================================================================================
-
 #endif

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=1575662&r1=1575661&r2=1575662&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:47:02 2014
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,32 +7,26 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
-
-
 #ifndef __com_sun_star_document_XUndoAction_idl__
 #define __com_sun_star_document_XUndoAction_idl__
 
 #include <com/sun/star/uno/XInterface.idl>
 #include <com/sun/star/document/UndoFailedException.idl>
 
-//==================================================================================================================
-
 module com { module sun { module star { module document {
 
-//==================================================================================================================
-
 /** represents a single (undoable) action on a document
     @since OpenOffice 3.4
  */
@@ -65,10 +59,6 @@ interface XUndoAction
     [attribute, readonly]   string  Title;
 };
 
-//==================================================================================================================
-
 }; }; }; };
 
-//==================================================================================================================
-
 #endif

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=1575662&r1=1575661&r2=1575662&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:02 2014
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,20 +7,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
-
-
 #ifndef __com_sun_star_document_XUndoManager_idl__
 #define __com_sun_star_document_XUndoManager_idl__
 
@@ -33,15 +31,11 @@
 #include <com/sun/star/lang/IllegalArgumentException.idl>
 #include <com/sun/star/lang/WrappedTargetException.idl>
 
-//==================================================================================================================
-
 module com { module sun { module star { module document {
 
 interface XUndoAction;
 interface XUndoManagerListener;
 
-//==================================================================================================================
-
 /** provides access to the undo/redo stacks of a document
 
     <h3>Undo</h3>
@@ -327,10 +321,6 @@ interface XUndoManager
             );
 };
 
-//==================================================================================================================
-
 }; }; }; };
 
-//==================================================================================================================
-
 #endif

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=1575662&r1=1575661&r2=1575662&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:47:02 2014
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,32 +7,26 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
-
-
 #ifndef __com_sun_star_document_XUndoManagerListener_idl__
 #define __com_sun_star_document_XUndoManagerListener_idl__
 
 #include <com/sun/star/document/UndoManagerEvent.idl>
 #include <com/sun/star/lang/XEventListener.idl>
 
-//==================================================================================================================
-
 module com { module sun { module star { module document {
 
-//==================================================================================================================
-
 /** implemented by components which want to be notified of changes in the 
Undo/Redo stacks of an Undo manager.
 
     @see XUndoManager
@@ -133,10 +127,6 @@ interface XUndoManagerListener : ::com::
     void    cancelledContext( [in] UndoManagerEvent i_event );
 };
 
-//==================================================================================================================
-
 }; }; }; };
 
-//==================================================================================================================
-
 #endif

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=1575662&r1=1575661&r2=1575662&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:47:02 2014
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,33 +7,27 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
-
-
 #ifndef __com_sun_star_document_XUndoManagerSupplier_idl__
 #define __com_sun_star_document_XUndoManagerSupplier_idl__
 
 #include <com/sun/star/uno/XInterface.idl>
 
-//==================================================================================================================
-
 module com { module sun { module star { module document {
 
 interface XUndoManager;
 
-//==================================================================================================================
-
 /** provides access to an XUndoManager.
 
     @since OpenOffice 3.4
@@ -45,10 +39,6 @@ interface XUndoManagerSupplier
     XUndoManager    getUndoManager();
 };
 
-//==================================================================================================================
-
 }; }; }; };
 
-//==================================================================================================================
-
 #endif


Reply via email to