diff options
-rwxr-xr-x | framework/inc/uielement/panelwrapper.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/inc/uielement/panelwrapper.hxx b/framework/inc/uielement/panelwrapper.hxx index c3f72140ad59..348fd679db9f 100755 --- a/framework/inc/uielement/panelwrapper.hxx +++ b/framework/inc/uielement/panelwrapper.hxx @@ -51,8 +51,6 @@ class PanelWrapper : public UIElementWrapperBase using cppu::OPropertySetHelper::disposing; virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& aEvent ) throw (::com::sun::star::uno::RuntimeException); - ::rtl::OUString getResourceURL() { return m_aResourceURL; } - //------------------------------------------------------------------------------------------------------------- // protected methods //------------------------------------------------------------------------------------------------------------- |