diff options
Diffstat (limited to 'include/unotools/itemholderbase.hxx')
-rw-r--r-- | include/unotools/itemholderbase.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/unotools/itemholderbase.hxx b/include/unotools/itemholderbase.hxx index 831cba4a4a72..7b153f637252 100644 --- a/include/unotools/itemholderbase.hxx +++ b/include/unotools/itemholderbase.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_unotools_ITEMHOLDERBASE_HXX_ -#define INCLUDED_unotools_ITEMHOLDERBASE_HXX_ +#ifndef INCLUDED_UNOTOOLS_ITEMHOLDERBASE_HXX +#define INCLUDED_UNOTOOLS_ITEMHOLDERBASE_HXX #include <vector> #include <osl/mutex.hxx> @@ -99,6 +99,6 @@ struct TItemInfo typedef ::std::vector< TItemInfo > TItems; -#endif // INCLUDED_unotools_ITEMHOLDERBASE_HXX_ +#endif // INCLUDED_UNOTOOLS_ITEMHOLDERBASE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |