[Libreoffice-commits] core.git: Branch 'aoo/trunk' - offapi/com
Matthias Seidel (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jun 19 23:01:13 UTC 2019
offapi/com/sun/star/drawing/DrawingDocumentFactory.idl | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
New commits:
commit 0ce5cac0e492900c392fd46229d3c9ae54c4587c
Author: Matthias Seidel <mseidel at apache.org>
AuthorDate: Wed Jun 19 20:27:31 2019 +0000
Commit: Matthias Seidel <mseidel at apache.org>
CommitDate: Wed Jun 19 20:27:31 2019 +0000
Fixed typos, removed whitespace
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
-
More information about the Libreoffice-commits
mailing list