summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-22 16:06:32 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-22 16:06:32 +0100
commitbee6de695c61b43020a8224a3b8f901d804aa904 (patch)
treeb1d5faea3b56f854c5ac153d4dadab9850ea0b43 /svtools
parent181efb956e2eeb04961ab07012d68de8bd922761 (diff)
don't consider this a candidate unless explicitly requested
Diffstat (limited to 'svtools')
-rw-r--r--svtools/inc/svtools/grfmgr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/inc/svtools/grfmgr.hxx b/svtools/inc/svtools/grfmgr.hxx
index a7c58e17dd6e..896a4755a869 100644
--- a/svtools/inc/svtools/grfmgr.hxx
+++ b/svtools/inc/svtools/grfmgr.hxx
@@ -360,7 +360,7 @@ public:
GraphicObject( const GraphicManager* pMgr = NULL );
GraphicObject( const Graphic& rGraphic, const GraphicManager* pMgr = NULL );
GraphicObject( const GraphicObject& rCacheObj, const GraphicManager* pMgr = NULL );
- GraphicObject( const rtl::OString& rUniqueID, const GraphicManager* pMgr = NULL );
+ explicit GraphicObject( const rtl::OString& rUniqueID, const GraphicManager* pMgr = NULL );
~GraphicObject();
GraphicObject& operator=( const GraphicObject& rCacheObj );