offapi/com/sun/star/drawing/QRCode.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 65913c1f00c23bb94234bcb4eb1e9b2a4c5a925d Author: Shubham Goyal <[email protected]> AuthorDate: Fri Aug 9 12:11:33 2019 +0530 Commit: Samuel Mehrbrodt <[email protected]> CommitDate: Wed Aug 14 09:39:47 2019 +0200 Fix Typo Change-Id: If856486627808834856d69d50244692dc8ac5879 Reviewed-on: https://gerrit.libreoffice.org/77182 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <[email protected]> diff --git a/offapi/com/sun/star/drawing/QRCode.idl b/offapi/com/sun/star/drawing/QRCode.idl index b6ce5afcc3e7..09144f0f40bc 100644 --- a/offapi/com/sun/star/drawing/QRCode.idl +++ b/offapi/com/sun/star/drawing/QRCode.idl @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef __com_sun_star_drawing_QrCode_idl__ -#define __com_sun_star_drawing_QrCode_idl__ +#ifndef __com_sun_star_drawing_QRCode_idl__ +#define __com_sun_star_drawing_QRCode_idl__ module com { module sun { module star { module drawing { _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
