You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2019/06/19 20:27:31 UTC

svn commit: r1861660 - /openoffice/trunk/main/offapi/com/sun/star/drawing/DrawingDocumentFactory.idl

Author: mseidel
Date: Wed Jun 19 20:27:31 2019
New Revision: 1861660

URL: http://svn.apache.org/viewvc?rev=1861660&view=rev
Log:
Fixed typos, removed whitespace

Modified:
    openoffice/trunk/main/offapi/com/sun/star/drawing/DrawingDocumentFactory.idl

Modified: openoffice/trunk/main/offapi/com/sun/star/drawing/DrawingDocumentFactory.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/drawing/DrawingDocumentFactory.idl?rev=1861660&r1=1861659&r2=1861660&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/drawing/DrawingDocumentFactory.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/drawing/DrawingDocumentFactory.idl Wed Jun 19 20:27:31 2019
@@ -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,21 +7,21 @@
  * 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_drawing_DrawingDocumentFactory_idl__
-#define __com::sun::star::drawing_DrawingDocumentFactory_idl__
+#define __com_sun_star_drawing_DrawingDocumentFactory_idl__
 
 #ifndef __com_sun_star_lang_XMultiServiceFactory_idl__
 #include <com/sun/star/lang/XMultiServiceFactory.idl>
@@ -29,16 +29,16 @@
 
 //=============================================================================
 
- module com {  module sun {  module star {  module drawing {
+ module com { module sun { module star { module drawing {
 
 //=============================================================================
 
-/** @deprecated Pleas use the factory interface of the service GenericDrawingDocument.
+/** @deprecated Please use the factory interface of the service GenericDrawingDocument.
  */
 published service DrawingDocumentFactory
 {
-    /** @deprecated */
-    interface com::sun::star::lang::XMultiServiceFactory;
+	/** @deprecated */
+	interface com::sun::star::lang::XMultiServiceFactory;
 };
 
 //=============================================================================
@@ -46,4 +46,3 @@ published service DrawingDocumentFactory
 }; }; }; };
 
 #endif
-