diff options
Diffstat (limited to 'svtools/source/inc/renderer.hxx')
-rw-r--r-- | svtools/source/inc/renderer.hxx | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/svtools/source/inc/renderer.hxx b/svtools/source/inc/renderer.hxx index d03b4b8330b3..a69bac71f7e5 100644 --- a/svtools/source/inc/renderer.hxx +++ b/svtools/source/inc/renderer.hxx @@ -29,11 +29,7 @@ class OutputDevice; -namespace unographic { - -// ------------------- -// - GraphicRenderer - -// ------------------- +namespace { class GraphicRendererVCL : public ::cppu::OWeakAggObject, public ::com::sun::star::lang::XServiceInfo, @@ -46,9 +42,6 @@ public: GraphicRendererVCL(); ~GraphicRendererVCL() throw(); - static OUString getImplementationName_Static() throw(); - static ::com::sun::star::uno::Sequence< OUString > getSupportedServiceNames_Static() throw(); - protected: static ::comphelper::PropertySetInfo* createPropertySetInfo(); |