summaryrefslogtreecommitdiff
path: root/include/vcl/uitest/uitest.hxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2019-05-08 16:33:26 +0200
committerLuboš Luňák <l.lunak@collabora.com>2019-05-09 11:10:31 +0200
commitb4946d58eb07aac674574da466829ab19c126c69 (patch)
tree67b3fbf94810cad895bfe6ab9635d2d75f239723 /include/vcl/uitest/uitest.hxx
parent2f60d8d3b67508c9fef59971ae725a12463a420d (diff)
add missing include guards
Change-Id: I337c0f567112f95e2a1d762e511d5b632dd2892f Reviewed-on: https://gerrit.libreoffice.org/71997 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'include/vcl/uitest/uitest.hxx')
-rw-r--r--include/vcl/uitest/uitest.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/vcl/uitest/uitest.hxx b/include/vcl/uitest/uitest.hxx
index 00465b0ee1e8..14356b5b7487 100644
--- a/include/vcl/uitest/uitest.hxx
+++ b/include/vcl/uitest/uitest.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_VCL_UITEST_UITEST_HXX
+#define INCLUDED_VCL_UITEST_UITEST_HXX
+
#include <rtl/ustring.hxx>
#include <vcl/dllapi.h>
@@ -36,4 +39,6 @@ public:
static std::unique_ptr<UIObject> getFloatWindow();
};
+#endif
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */