summaryrefslogtreecommitdiff
path: root/cui/source/inc/QrCodeGenDialog.hxx
diff options
context:
space:
mode:
authorGeorge Bateman <george.bateman16@gmail.com>2020-09-13 11:59:43 +0000
committerJulien Nabet <serval2412@yahoo.fr>2020-09-13 15:32:59 +0200
commitf93f4c10e6e976009606ecc7bb3b8a02afd80fb0 (patch)
treee9fdaaf7dfc93401554140cdf9db14d01e2598ef /cui/source/inc/QrCodeGenDialog.hxx
parent0743a75a9fd3ef60489154e4ffc706f9dae82399 (diff)
tdf#124176 Use #pragma once in cui
This commit was carried out by a Python script, source of which is at https://bugs.documentfoundation.org/show_bug.cgi?id=124176#c97. Change-Id: Ia0099ecd621f008e497260f26e5754d55d0f09aa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102549 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'cui/source/inc/QrCodeGenDialog.hxx')
-rw-r--r--cui/source/inc/QrCodeGenDialog.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/cui/source/inc/QrCodeGenDialog.hxx b/cui/source/inc/QrCodeGenDialog.hxx
index 563182d7a043..af4a3a86a87e 100644
--- a/cui/source/inc/QrCodeGenDialog.hxx
+++ b/cui/source/inc/QrCodeGenDialog.hxx
@@ -6,8 +6,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef INCLUDED_CUI_INC_QRCODEGENDIALOG_HXX
-#define INCLUDED_CUI_INC_QRCODEGENDIALOG_HXX
+#pragma once
#include <vcl/weld.hxx>
@@ -41,6 +40,4 @@ private:
static OUString GenerateQRCode(OUString aQrText, long aQrECC, int aQrBorder);
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */