summaryrefslogtreecommitdiff
path: root/include/svtools/insdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/insdlg.hxx')
-rw-r--r--include/svtools/insdlg.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/svtools/insdlg.hxx b/include/svtools/insdlg.hxx
index 041588f6fc11..58be96c4fe90 100644
--- a/include/svtools/insdlg.hxx
+++ b/include/svtools/insdlg.hxx
@@ -16,8 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SVTOOLS_INSDLG_HXX
-#define INCLUDED_SVTOOLS_INSDLG_HXX
+#pragma once
#include <svtools/svtdllapi.h>
#include <tools/globname.hxx>
@@ -69,6 +68,4 @@ public:
static bool GetEmbeddedName(const TransferableDataHelper& rData, OUString& _rName, OUString& _rSource, SotClipboardFormatId const & _nFormat);
};
-#endif // INCLUDED_SVTOOLS_INSDLG_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */