diff options
Diffstat (limited to 'include/comphelper/proxyaggregation.hxx')
-rw-r--r-- | include/comphelper/proxyaggregation.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/comphelper/proxyaggregation.hxx b/include/comphelper/proxyaggregation.hxx index 8be7b69c3dd2..725294b1ca75 100644 --- a/include/comphelper/proxyaggregation.hxx +++ b/include/comphelper/proxyaggregation.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef COMPHELPER_PROXY_AGGREGATION -#define COMPHELPER_PROXY_AGGREGATION +#ifndef INCLUDED_COMPHELPER_PROXYAGGREGATION_HXX +#define INCLUDED_COMPHELPER_PROXYAGGREGATION_HXX #include <com/sun/star/uno/XAggregation.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> @@ -220,6 +220,6 @@ namespace comphelper -#endif // COMPHELPER_PROXY_AGGREGATION +#endif // INCLUDED_COMPHELPER_PROXYAGGREGATION_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |