diff options
author | Matthias Seidel <mseidel@apache.org> | 2019-06-19 20:27:31 +0000 |
---|---|---|
committer | Matthias Seidel <mseidel@apache.org> | 2019-06-19 20:27:31 +0000 |
commit | 0ce5cac0e492900c392fd46229d3c9ae54c4587c (patch) | |
tree | fe197132c97e413e980414f138697cb379f42093 | |
parent | 0f8a7c476a085501364649b52ae8f1ebf757a5cf (diff) |
Fixed typos, removed whitespace
Notes
Notes:
ignore: obsolete
-rw-r--r-- | offapi/com/sun/star/drawing/DrawingDocumentFactory.idl | 7 |
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 - |