[Libreoffice-commits] core.git: include/vcl

Markus Mohrhard markus.mohrhard at googlemail.com
Sat Oct 1 00:13:58 UTC 2016


 include/vcl/uitest/uiobject.hxx |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit cf4ff92144726a91508fcaf4be21170eac5cb99a
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Fri Sep 30 16:52:18 2016 +0200

    add missing include guards
    
    Change-Id: If8fa3a98fec128a091b1dd1c2764ad80aac0bb90
    Reviewed-on: https://gerrit.libreoffice.org/29416
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/include/vcl/uitest/uiobject.hxx b/include/vcl/uitest/uiobject.hxx
index d9d6831..81ce297 100644
--- a/include/vcl/uitest/uiobject.hxx
+++ b/include/vcl/uitest/uiobject.hxx
@@ -7,6 +7,9 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
+#ifndef INCLUDED_VCL_UITEST_UIOBJECT_HXX
+#define INCLUDED_VCL_UITEST_UIOBJECT_HXX
+
 #include <rtl/ustring.hxx>
 #include <map>
 #include <memory>
@@ -355,4 +358,6 @@ protected:
     virtual OUString get_name() const override;
 };
 
+#endif
+
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list