summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentDeviceAccess.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/IDocumentDeviceAccess.hxx')
-rw-r--r--sw/inc/IDocumentDeviceAccess.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/inc/IDocumentDeviceAccess.hxx b/sw/inc/IDocumentDeviceAccess.hxx
index bbddd4e69a8a..e9c6e88cc900 100644
--- a/sw/inc/IDocumentDeviceAccess.hxx
+++ b/sw/inc/IDocumentDeviceAccess.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SW_INC_IDOCUMENTDEVICEACCESS_HXX
-#define INCLUDED_SW_INC_IDOCUMENTDEVICEACCESS_HXX
+#pragma once
class SfxPrinter;
class JobSetup;
@@ -129,6 +128,4 @@ protected:
virtual ~IDocumentDeviceAccess(){};
};
-#endif // INCLUDED_SW_INC_IDOCUMENTDEVICEACCESS_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */