summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorBatuhan Taskaya <isidentical@gmail.com>2020-01-25 14:58:32 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2020-01-25 19:09:34 +0100
commit44139efb6a64735d3c6fe1f1b0f0007eff3a7504 (patch)
tree5232857ad45ad845e48f67f9f23c1e8be711abdd /pyuno
parent134507a663871d45951fdbd4291fa337ed70a1f4 (diff)
tdf#124176: Use pragma once instead of include guards
Change-Id: Ic35fce6fbc9c41a004f93952df83496ca1809004 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87380 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'pyuno')
-rw-r--r--pyuno/inc/pyuno.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/pyuno/inc/pyuno.hxx b/pyuno/inc/pyuno.hxx
index e2cdc5f0329e..e50dde9bb119 100644
--- a/pyuno/inc/pyuno.hxx
+++ b/pyuno/inc/pyuno.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_PYUNO_INC_PYUNO_HXX
-#define INCLUDED_PYUNO_INC_PYUNO_HXX
+#pragma once
#ifndef Py_PYTHON_H
#include <Python.h>
@@ -323,6 +322,5 @@ public:
};
}
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */