diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-22 17:03:24 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-23 10:28:07 +0000 |
commit | f852bda5ecf68c9450925bc95138509ffadb4a43 (patch) | |
tree | ccb34263bd4a07f7fbc0aa57c487ec9c10331d0f /package | |
parent | b009e8fd4fce06d9abae8aaac8750ece7df212e4 (diff) |
clean up some include guards
Conflicts:
sw/source/ui/inc/content.hxx
Change-Id: I58d81881271fc6e3320bf3b5f1321594b28614a6
Reviewed-on: https://gerrit.libreoffice.org/6388
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/source/xstor/xfactory.hxx | 4 | ||||
-rw-r--r-- | package/source/xstor/xstorage.hxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package/source/xstor/xfactory.hxx b/package/source/xstor/xfactory.hxx index bf23bf16f000..4a56ccd6b95b 100644 --- a/package/source/xstor/xfactory.hxx +++ b/package/source/xstor/xfactory.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __XFACTORY_HXX_ -#define __XFACTORY_HXX_ +#ifndef INCLUDED_PACKAGE_SOURCE_XSTOR_XFACTORY_HXX +#define INCLUDED_PACKAGE_SOURCE_XSTOR_XFACTORY_HXX #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> diff --git a/package/source/xstor/xstorage.hxx b/package/source/xstor/xstorage.hxx index b0f4e4712692..039dd22f150d 100644 --- a/package/source/xstor/xstorage.hxx +++ b/package/source/xstor/xstorage.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __XSTORAGE_HXX_ -#define __XSTORAGE_HXX_ +#ifndef INCLUDED_PACKAGE_SOURCE_XSTOR_XSTORAGE_HXX +#define INCLUDED_PACKAGE_SOURCE_XSTOR_XSTORAGE_HXX #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/embed/XStorage2.hpp> |