summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Seidel <mseidel@apache.org>2019-06-19 20:27:31 +0000
committerMatthias Seidel <mseidel@apache.org>2019-06-19 20:27:31 +0000
commit0ce5cac0e492900c392fd46229d3c9ae54c4587c (patch)
treefe197132c97e413e980414f138697cb379f42093
parent0f8a7c476a085501364649b52ae8f1ebf757a5cf (diff)
Fixed typos, removed whitespace
Notes
Notes: ignore: obsolete
-rw-r--r--offapi/com/sun/star/drawing/DrawingDocumentFactory.idl7
1 files changed, 3 insertions, 4 deletions
diff --git a/offapi/com/sun/star/drawing/DrawingDocumentFactory.idl b/offapi/com/sun/star/drawing/DrawingDocumentFactory.idl
index 31d1456e91f5..97106df1f3bb 100644
--- a/offapi/com/sun/star/drawing/DrawingDocumentFactory.idl
+++ b/offapi/com/sun/star/drawing/DrawingDocumentFactory.idl
@@ -21,7 +21,7 @@
#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,11 +29,11 @@
//=============================================================================
- 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
{
@@ -46,4 +46,3 @@ published service DrawingDocumentFactory
}; }; }; };
#endif
-