diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-25 09:10:39 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-07-25 10:08:29 +0200 |
commit | 38583daef69bc39de15ff41d2f149b34116d825c (patch) | |
tree | f821434a4c45347fe494b9a585dab39368b24cfc /offapi/com/sun/star/drawing | |
parent | 8d5164463a77f7957c26bc922689f45b394a2cf6 (diff) |
Fix typo in code
Change-Id: Id666b0c822cf2589a0fe8886d9357e98b18b276c
Reviewed-on: https://gerrit.libreoffice.org/76282
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Jenkins
Diffstat (limited to 'offapi/com/sun/star/drawing')
-rw-r--r-- | offapi/com/sun/star/drawing/GraphicObjectShape.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/drawing/GraphicObjectShape.idl b/offapi/com/sun/star/drawing/GraphicObjectShape.idl index d246df67e125..60388f7c57e7 100644 --- a/offapi/com/sun/star/drawing/GraphicObjectShape.idl +++ b/offapi/com/sun/star/drawing/GraphicObjectShape.idl @@ -32,7 +32,7 @@ #include <com/sun/star/drawing/ColorMode.idl> #include <com/sun/star/container/XIndexContainer.idl> -#incldue <com/sun/star/drawing/QRCode.idl> +#include <com/sun/star/drawing/QRCode.idl> module com { module sun { module star { module drawing { |