summaryrefslogtreecommitdiff
path: root/include/svtools/imagemgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/imagemgr.hxx')
-rw-r--r--include/svtools/imagemgr.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/svtools/imagemgr.hxx b/include/svtools/imagemgr.hxx
index 3dd2f4acef50..4abd02168ead 100644
--- a/include/svtools/imagemgr.hxx
+++ b/include/svtools/imagemgr.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SVTOOLS_IMAGEMGR_HXX
-#define INCLUDED_SVTOOLS_IMAGEMGR_HXX
+#pragma once
#include <rtl/ustring.hxx>
#include <svtools/svtdllapi.h>
@@ -131,6 +130,4 @@ public:
SVT_DLLPUBLIC static OUString GetFolderDescription( const svtools::VolumeInfo& rInfo );
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */