summaryrefslogtreecommitdiff
path: root/binaryurp/source/unmarshal.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/source/unmarshal.hxx')
-rw-r--r--binaryurp/source/unmarshal.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/binaryurp/source/unmarshal.hxx b/binaryurp/source/unmarshal.hxx
index 6867d8b17beb..1972c30d0e74 100644
--- a/binaryurp/source/unmarshal.hxx
+++ b/binaryurp/source/unmarshal.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_BINARYURP_SOURCE_UNMARSHAL_HXX
-#define INCLUDED_BINARYURP_SOURCE_UNMARSHAL_HXX
+#pragma once
#include <sal/config.h>
@@ -41,7 +40,7 @@ namespace binaryurp {
class Unmarshal {
public:
Unmarshal(
- rtl::Reference< Bridge > const & bridge, ReaderState & state,
+ rtl::Reference< Bridge > bridge, ReaderState & state,
com::sun::star::uno::Sequence< sal_Int8 > const & buffer);
~Unmarshal();
@@ -91,6 +90,4 @@ private:
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */