Kaydet (Commit) 3744cd81 authored tarafından Matúš Kukan's avatar Matúš Kukan

gcc-trunk: avoid confusion

üst c4ccdda1
...@@ -58,7 +58,7 @@ public: ...@@ -58,7 +58,7 @@ public:
Graphic(); Graphic();
~Graphic() throw(); ~Graphic() throw();
using unographic::GraphicDescriptor::init; using ::unographic::GraphicDescriptor::init;
void init( const ::Graphic& rGraphic ) throw(); void init( const ::Graphic& rGraphic ) throw();
static const ::Graphic* getImplementation( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& rxIFace ) throw(); static const ::Graphic* getImplementation( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& rxIFace ) throw();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment