summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-05-21 10:48:46 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-05-22 11:34:34 +0100
commit7469c8901648879098fe668ebbd239c606342639 (patch)
treef0750c0d7d18046b8f768647351337f54320fad4 /include
parentad1b11adfbee7138e53a6b52aa0502a668eff251 (diff)
de-break published API change
Change-Id: I86c2a3d8897278b47eb6b81327469cfae2f41fd5 (cherry picked from commit 7de47fe4ce076695a654198cf2c81ce3021d2cfb)
Diffstat (limited to 'include')
-rw-r--r--include/toolkit/awt/vclxgraphics.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/toolkit/awt/vclxgraphics.hxx b/include/toolkit/awt/vclxgraphics.hxx
index 10c0c2b78c40..979ed88f8c44 100644
--- a/include/toolkit/awt/vclxgraphics.hxx
+++ b/include/toolkit/awt/vclxgraphics.hxx
@@ -21,7 +21,7 @@
#define _TOOLKIT_AWT_VCLXGRAPHICS_HXX_
-#include <com/sun/star/awt/XGraphics.hpp>
+#include <com/sun/star/awt/XGraphics2.hpp>
#include <com/sun/star/graphic/XGraphic.hpp>
#include <com/sun/star/lang/XTypeProvider.hpp>
#include <com/sun/star/lang/XUnoTunnel.hpp>
@@ -47,7 +47,7 @@ class Region;
// class VCLXGraphics
// ----------------------------------------------------
-class VCLXGraphics : public ::com::sun::star::awt::XGraphics,
+class VCLXGraphics : public ::com::sun::star::awt::XGraphics2,
public ::com::sun::star::lang::XTypeProvider,
public ::com::sun::star::lang::XUnoTunnel,
public ::cppu::OWeakObject