summaryrefslogtreecommitdiffstats
path: root/writerperfect/inc/WPFTResMgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/inc/WPFTResMgr.hxx')
-rw-r--r--writerperfect/inc/WPFTResMgr.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/writerperfect/inc/WPFTResMgr.hxx b/writerperfect/inc/WPFTResMgr.hxx
index 0cff3e446c73..103b68a985a8 100644
--- a/writerperfect/inc/WPFTResMgr.hxx
+++ b/writerperfect/inc/WPFTResMgr.hxx
@@ -1,12 +1,9 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-#ifndef INCLUDED_WRITERPERFECT_INC_WPFTRESMGR_HXX
-#define INCLUDED_WRITERPERFECT_INC_WPFTRESMGR_HXX
+#pragma once
#include <unotools/resmgr.hxx>
inline OUString WpResId(const char* pId) { return Translate::get(pId, Translate::Create("wpt")); }
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */