diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-07-08 11:52:53 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-07-08 17:32:25 +0200 |
commit | 35acb8a54171eb14555632179e69cbb9cf28f9e8 (patch) | |
tree | 0a1ba50bda1cf9e6710b13ec817f08f410c7e37e /sfx2/inc | |
parent | 9e31cf2ae6b085259e664fa90f052b09815b4c18 (diff) |
-Werror,-Wheader-guard (Clang trunk towards 3.4)
Change-Id: I6da069a27d569e4b28c0a8fe783616c767c108d0
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/bluthsndapi.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/inc/bluthsndapi.hxx b/sfx2/inc/bluthsndapi.hxx index 84d02884c570..202c5795fd07 100644 --- a/sfx2/inc/bluthsndapi.hxx +++ b/sfx2/inc/bluthsndapi.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_SFX_BLUETOOTHL_HXX -#define INCLUDED_SFX_BLUETOOTH_HXX +#ifndef INCLUDED_SFX_BLUTHSNDAPI_HXX +#define INCLUDED_SFX_BLUTHSNDAPI_HXX #include <vector> #include <com/sun/star/frame/XFrame.hpp> @@ -29,6 +29,6 @@ public: SendMailResult Send( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame ); }; -#endif // INCLUDED_SFX_BLUETOOTH_HXX +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |