summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorChristian Lippka <christian.lippka@sun.com>2010-04-30 10:43:18 +0200
committerChristian Lippka <christian.lippka@sun.com>2010-04-30 10:43:18 +0200
commit5dbc2a670f711053554cc13ac150fb12116ab70c (patch)
treeb38166dc7e6ebf5bff9fbc993492f5d775729869 /svx/inc
parent9813fe0c3869e6b1c90d78b666e371eafca1d808 (diff)
fixed unix compiler warnings
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/tbunocontroller.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/inc/tbunocontroller.hxx b/svx/inc/tbunocontroller.hxx
index fa7329a525e1..266dc917f33e 100644
--- a/svx/inc/tbunocontroller.hxx
+++ b/svx/inc/tbunocontroller.hxx
@@ -75,6 +75,7 @@ class FontHeightToolBoxControl : public svt::ToolboxController,
virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > SAL_CALL createItemWindow( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow >& Parent ) throw (::com::sun::star::uno::RuntimeException);
void dispatchCommand( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rArgs );
+ using svt::ToolboxController::dispatchCommand;
private:
SvxFontSizeBox_Impl* m_pBox;