summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/gui/dp_gui_shared.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-24 17:35:37 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-24 20:03:22 +0100
commitdf5ec49bcaa57aa0a137db45d7c0766733f7e508 (patch)
treea534ec9f3f73978e0cd18d47e17b1aa3671d52f3 /desktop/source/deployment/gui/dp_gui_shared.hxx
parent73d9cc8cb849e9dc51b0e363fc46d965bbcae250 (diff)
cppcheck: noExplicitConstructor
Change-Id: I80cd2975f17bb7fa57fa669873ef1dd8f3595a11
Diffstat (limited to 'desktop/source/deployment/gui/dp_gui_shared.hxx')
-rw-r--r--desktop/source/deployment/gui/dp_gui_shared.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_shared.hxx b/desktop/source/deployment/gui/dp_gui_shared.hxx
index 8d926c841ba1..bd175cb3bfa5 100644
--- a/desktop/source/deployment/gui/dp_gui_shared.hxx
+++ b/desktop/source/deployment/gui/dp_gui_shared.hxx
@@ -36,7 +36,7 @@ struct DeploymentGuiResMgr :
class DpGuiResId : public ResId
{
public:
- DpGuiResId( sal_uInt16 nId ):ResId( nId, *DeploymentGuiResMgr::get() ) {}
+ explicit DpGuiResId( sal_uInt16 nId ):ResId( nId, *DeploymentGuiResMgr::get() ) {}
};
#define DPGUI_RESSTR(i) DpGuiResId(i).toString()