summaryrefslogtreecommitdiff
path: root/svtools/source/inc/renderer.hxx
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2013-12-23 09:21:14 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2013-12-23 10:28:39 +0100
commita587899cb340d2a5bc05392e1817ba72718706f1 (patch)
tree15ff9a94a3c0051c07fdc8faeecb9b12b64dce0e /svtools/source/inc/renderer.hxx
parent2fbb47156773b2e300fc987efc2da85c66e567d1 (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.hxx9
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();