office-gobmx/writerperfect/inc/WPFTResMgr.hxx
Gabor Kelemen 87d078a5a8 tdf#42949 Fix IWYU warnings in writerperfect/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: Ia1ac2b3d254487f6b4e85b52eead13635d30a5af
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88416
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2020-02-11 11:17:23 +01:00

12 lines
374 B
C++

/* -*- 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
#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: */