summaryrefslogtreecommitdiffstats
path: root/sd/inc/createpresentation.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/inc/createpresentation.hxx')
-rw-r--r--sd/inc/createpresentation.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sd/inc/createpresentation.hxx b/sd/inc/createpresentation.hxx
index de1a79c71d55..b1c3016e4da9 100644
--- a/sd/inc/createpresentation.hxx
+++ b/sd/inc/createpresentation.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SD_INC_CREATEPRESENTATION_HXX
-#define INCLUDED_SD_INC_CREATEPRESENTATION_HXX
+#pragma once
#include <sal/config.h>
@@ -33,6 +32,4 @@ class SdDrawDocument;
css::uno::Reference<css::presentation::XPresentation2>
CreatePresentation(SdDrawDocument const& rDocument);
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */