diff options
author | Jens Carl <j.carl43@gmx.de> | 2014-05-31 03:59:00 +0000 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-06-01 16:14:18 +0000 |
commit | 158672fda5e9d82906972d9168025d42f3b38ac3 (patch) | |
tree | 205f21dd51ccfb062634c708b0b3a73ff4bf6583 /toolkit | |
parent | e15732bc96c903b2e85bcc30c32fad2cceda5610 (diff) |
fdo#68849: Add header guards to all include files
Added header guards to files in directories toolkit/, and ucb/
Change-Id: Ia7ea7d6fad685c7648db22455b5587cf6260318d
Reviewed-on: https://gerrit.libreoffice.org/9595
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/controls/grid/gridcolumn.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toolkit/source/controls/grid/gridcolumn.hxx b/toolkit/source/controls/grid/gridcolumn.hxx index c905df56d6c2..edd7476be50a 100644 --- a/toolkit/source/controls/grid/gridcolumn.hxx +++ b/toolkit/source/controls/grid/gridcolumn.hxx @@ -17,6 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#ifndef INCLUDED_TOOLKIT_SOURCE_CONTROLS_GRID_GRIDCOLUMN_HXX +#define INCLUDED_TOOLKIT_SOURCE_CONTROLS_GRID_GRIDCOLUMN_HXX #include <com/sun/star/awt/grid/XGridColumn.hpp> #include <com/sun/star/lang/XEventListener.hpp> @@ -126,4 +128,6 @@ private: } +#endif // INCLUDED_TOOLKIT_SOURCE_CONTROLS_GRID_GRIDCOLUMN_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |