summaryrefslogtreecommitdiff
path: root/toolkit/inc
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2012-04-17 22:08:56 +0200
committerJulien Nabet <serval2412@yahoo.fr>2012-04-17 22:09:27 +0200
commit393b14fddd7b328a6e2af78c0c351447ccb0ba6a (patch)
tree9585f11c8138d17ab144519d1fc3ac1c5618acb6 /toolkit/inc
parent8ae293f0a1509b26f9a65f9297fddca7b106e46e (diff)
Remove some unused methods
Diffstat (limited to 'toolkit/inc')
-rw-r--r--toolkit/inc/toolkit/awt/vclxdevice.hxx1
-rw-r--r--toolkit/inc/toolkit/awt/vclxwindows.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/toolkit/inc/toolkit/awt/vclxdevice.hxx b/toolkit/inc/toolkit/awt/vclxdevice.hxx
index fba5ec764a86..b800b2c2728f 100644
--- a/toolkit/inc/toolkit/awt/vclxdevice.hxx
+++ b/toolkit/inc/toolkit/awt/vclxdevice.hxx
@@ -75,7 +75,6 @@ public:
OutputDevice* GetOutputDevice() const { return mpOutputDevice; }
void SetCreatedWithToolkit( sal_Bool bCreatedWithToolkit );
- sal_Bool IsCreatedWithToolkit() const;
// ::com::sun::star::uno::XInterface
::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException);
diff --git a/toolkit/inc/toolkit/awt/vclxwindows.hxx b/toolkit/inc/toolkit/awt/vclxwindows.hxx
index 3949b543c685..a1f078411d95 100644
--- a/toolkit/inc/toolkit/awt/vclxwindows.hxx
+++ b/toolkit/inc/toolkit/awt/vclxwindows.hxx
@@ -338,7 +338,6 @@ public:
static void ImplGetPropertyIds( std::list< sal_uInt16 > &aIds );
virtual void GetPropertyIds( std::list< sal_uInt16 > &aIds ) { return ImplGetPropertyIds( aIds ); }
- ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > getFirstActionListener ();
};
// ----------------------------------------------------