diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-26 11:38:00 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-27 13:32:40 +0200 |
commit | b22adb4940fe86f33732be0a1305ccb71f2d0ea9 (patch) | |
tree | 7ca01bb5e9ebfefd9755aebb360a8e7e68b4b624 /framework | |
parent | d8fd07188626dc91dac2a8a22e35cfafce3ea969 (diff) |
Remove commented out code
Change-Id: Ifd82dbc35d2f03ee9a9a40f498c8fde3f5a1d5c6
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/inc/loadenv/loadenv.hxx | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/framework/source/inc/loadenv/loadenv.hxx b/framework/source/inc/loadenv/loadenv.hxx index 59bad3c01fb4..9ed683cdf887 100644 --- a/framework/source/inc/loadenv/loadenv.hxx +++ b/framework/source/inc/loadenv/loadenv.hxx @@ -386,31 +386,7 @@ class LoadEnv : private ThreadHelpBase //_______________________________________ /** TODO document me ... */ virtual css::uno::Reference< css::lang::XComponent > getTargetComponent() const; -/* - //___________________________________________ - // helper uno interface! - // You have to use the native interface only! - - public: - - //_______________________________________ - // frame.XLoadEventListener - virtual void SAL_CALL loadFinished(const css::uno::Reference< css::frame::XFrameLoader >& xLoader) - throw(css::uno::RuntimeException); - virtual void SAL_CALL loadCancelled(const css::uno::Reference< css::frame::XFrameLoader >& xLoader) - throw(css::uno::RuntimeException); - - //_______________________________________ - // frame.XDispatchResultListener - virtual void SAL_CALL dispatchFinished(const css::frame::DispatchResultEvent& aEvent) - throw(css::uno::RuntimeException); - - //_______________________________________ - // lang.XEventListener - virtual void SAL_CALL disposing(const css::lang::EventObject& aEvent) - throw(css::uno::RuntimeException); -*/ //___________________________________________ // static interface |