summaryrefslogtreecommitdiffstats
path: root/UnoControls/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-24 15:59:06 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-25 09:15:39 +0100
commitaf4b38d6e7f769bf403a768bd310e5fa2b3e8ddd (patch)
tree3b32faa6d21f252e383411c7f9ea77973d7d03c3 /UnoControls/inc
parentRemove stray fprintf (diff)
downloadcore-af4b38d6e7f769bf403a768bd310e5fa2b3e8ddd.tar.gz
core-af4b38d6e7f769bf403a768bd310e5fa2b3e8ddd.zip
Remove dead code
Change-Id: I59fb7843d5c9a6cf2873b6d668d0e9dccff316d2
Diffstat (limited to 'UnoControls/inc')
-rw-r--r--UnoControls/inc/basecontainercontrol.hxx105
1 files changed, 0 insertions, 105 deletions
diff --git a/UnoControls/inc/basecontainercontrol.hxx b/UnoControls/inc/basecontainercontrol.hxx
index 6f5b7f7a5a1b..2a71217b4cc4 100644
--- a/UnoControls/inc/basecontainercontrol.hxx
+++ b/UnoControls/inc/basecontainercontrol.hxx
@@ -285,23 +285,6 @@ public:
@onerror -
*/
- virtual void SAL_CALL addContainerListener(
- const ::com::sun::star::uno::Reference< ::com::sun::star::container::XContainerListener >& xListener
- ) throw( ::com::sun::star::uno::RuntimeException );
-
- /**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
- */
-
virtual void SAL_CALL removeControl(
const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl >& xControl
) throw( ::com::sun::star::uno::RuntimeException, std::exception );
@@ -319,23 +302,6 @@ public:
@onerror -
*/
- virtual void SAL_CALL removeContainerListener(
- const ::com::sun::star::uno::Reference< ::com::sun::star::container::XContainerListener >& xListener
- ) throw( ::com::sun::star::uno::RuntimeException );
-
- /**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
- */
-
virtual void SAL_CALL setStatusText(
const OUString& sStatusText
) throw( ::com::sun::star::uno::RuntimeException, std::exception );
@@ -374,77 +340,6 @@ public:
throw( ::com::sun::star::uno::RuntimeException, std::exception );
- // XUnoControlContainer
-
-
- /**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
- */
-
- virtual void SAL_CALL addTabController(
- const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XTabController >& xTabController
- ) throw( ::com::sun::star::uno::RuntimeException );
-
- /**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
- */
-
- virtual void SAL_CALL removeTabController(
- const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XTabController >& xTabController
- ) throw( ::com::sun::star::uno::RuntimeException );
-
- /**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
- */
-
- virtual void SAL_CALL setTabControllers(
- const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::awt::XTabController > >& xTabControllers
- ) throw( ::com::sun::star::uno::RuntimeException );
-
- /**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
- */
-
- virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::awt::XTabController > > SAL_CALL getTabControllers()
- throw( ::com::sun::star::uno::RuntimeException );
-
-
// XWindow