diff options
author | Jens Carl <j.carl43@gmx.de> | 2014-05-30 05:49:03 +0000 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2014-05-30 01:45:21 -0500 |
commit | 9e3cc6b47444f988a68ca3ddcad779ed0480b00c (patch) | |
tree | 51ba26379eda8f674b5db369f99fa4d3fe15052c /i18npool/inc | |
parent | bcd5da6cb3d24801be4b84b3339a4d77e255a917 (diff) |
fdo#68849: Add header guards to all include files
Added header guard to files in directories i18npool/, include/, and io/
Change-Id: I7ba5b5f0ffdf5dedb8fd40e8efa06936e7c23591
Reviewed-on: https://gerrit.libreoffice.org/9558
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'i18npool/inc')
-rw-r--r-- | i18npool/inc/ordinalsuffix.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/i18npool/inc/ordinalsuffix.hxx b/i18npool/inc/ordinalsuffix.hxx index 322a16c49ce3..127d1f1b736c 100644 --- a/i18npool/inc/ordinalsuffix.hxx +++ b/i18npool/inc/ordinalsuffix.hxx @@ -17,6 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#ifndef INCLUDED_I18NPOOL_INC_ORDINALSUFFIX_HXX +#define INCLUDED_I18NPOOL_INC_ORDINALSUFFIX_HXX + #include <com/sun/star/i18n/XOrdinalSuffix.hpp> #include <cppuhelper/implbase2.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> @@ -46,4 +49,6 @@ class OrdinalSuffix : public cppu::WeakImplHelper2 }; } } } } +#endif // INCLUDED_I18NPOOL_INC_ORDINALSUFFIX_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |