[Libreoffice-commits] .: svtools/inc

Caolán McNamara caolan at kemper.freedesktop.org
Thu Sep 22 08:06:37 PDT 2011


 svtools/inc/svtools/grfmgr.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bee6de695c61b43020a8224a3b8f901d804aa904
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Sep 22 16:06:32 2011 +0100

    don't consider this a candidate unless explicitly requested

diff --git a/svtools/inc/svtools/grfmgr.hxx b/svtools/inc/svtools/grfmgr.hxx
index a7c58e1..896a475 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 );


More information about the Libreoffice-commits mailing list