summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/transobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/transobj.hxx')
-rw-r--r--sc/source/ui/inc/transobj.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/inc/transobj.hxx b/sc/source/ui/inc/transobj.hxx
index fdcfd6f408dc..8861cfb4a35b 100644
--- a/sc/source/ui/inc/transobj.hxx
+++ b/sc/source/ui/inc/transobj.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SC_SOURCE_UI_INC_TRANSOBJ_HXX
-#define INCLUDED_SC_SOURCE_UI_INC_TRANSOBJ_HXX
+#pragma once
#include <vcl/transfer.hxx>
#include <address.hxx>
@@ -110,6 +109,4 @@ public:
static const com::sun::star::uno::Sequence< sal_Int8 >& getUnoTunnelId();
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */