[Libreoffice-commits] .: Branch 'libreoffice-3-5' - svtools/source

David Tardon dtardon at kemper.freedesktop.org
Fri Jan 6 01:19:50 PST 2012


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

New commits:
commit 47c85a818ecd956d26fa7790ca9c0e7835c5c0b0
Author: Matúš Kukan <matus.kukan at gmail.com>
Date:   Sat Dec 17 13:29:50 2011 +0100

    gcc-trunk: avoid confusion
    
    Signed-off-by: David Tardon <dtardon at redhat.com>

diff --git a/svtools/source/graphic/graphic.hxx b/svtools/source/graphic/graphic.hxx
index 7b4f5e0..a1efca0 100644
--- a/svtools/source/graphic/graphic.hxx
+++ b/svtools/source/graphic/graphic.hxx
@@ -58,7 +58,7 @@ public:
     Graphic();
     ~Graphic() throw();
 
-    using unographic::GraphicDescriptor::init;
+    using ::unographic::GraphicDescriptor::init;
     void init( const ::Graphic& rGraphic ) throw();
 
     static const ::Graphic* getImplementation( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& rxIFace ) throw();


More information about the Libreoffice-commits mailing list