diff options
author | Shubham Goyal <22shubh22@gmail.com> | 2019-08-09 12:11:33 +0530 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-08-14 09:39:47 +0200 |
commit | 65913c1f00c23bb94234bcb4eb1e9b2a4c5a925d (patch) | |
tree | 2031089c8bacaa37fc6f2a434b8a5b6af94fb776 /offapi | |
parent | 159db459418a2c831bf00dca5a2c5087d65e9ab6 (diff) |
Fix Typo
Change-Id: If856486627808834856d69d50244692dc8ac5879
Reviewed-on: https://gerrit.libreoffice.org/77182
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/drawing/QRCode.idl | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |