summaryrefslogtreecommitdiff
path: root/xmloff/inc/PropertySetMerger.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/PropertySetMerger.hxx')
-rw-r--r--xmloff/inc/PropertySetMerger.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/inc/PropertySetMerger.hxx b/xmloff/inc/PropertySetMerger.hxx
index 26b076b4972b..dba99d5b1b37 100644
--- a/xmloff/inc/PropertySetMerger.hxx
+++ b/xmloff/inc/PropertySetMerger.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_XMLOFF_INC_PROPERTYSETMERGER_HXX
-#define INCLUDED_XMLOFF_INC_PROPERTYSETMERGER_HXX
+#pragma once
#include <com/sun/star/beans/XPropertySet.hpp>
@@ -26,6 +25,4 @@ extern css::uno::Reference<css::beans::XPropertySet> PropertySetMerger_CreateIns
const css::uno::Reference<css::beans::XPropertySet>& rPropSet1,
const css::uno::Reference<css::beans::XPropertySet>& rPropSet2) throw();
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */