diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-23 09:21:14 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-23 10:28:39 +0100 |
commit | a587899cb340d2a5bc05392e1817ba72718706f1 (patch) | |
tree | 15ff9a94a3c0051c07fdc8faeecb9b12b64dce0e /svtools/source/inc/renderer.hxx | |
parent | 2fbb47156773b2e300fc987efc2da85c66e567d1 (diff) |
svt: Use constructor feature for GraphicRendererVCL.
Change-Id: Idb4cdfcdc8e06dca070bda5dd63e4291bb582e0f
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(); |