summaryrefslogtreecommitdiff
path: root/svx/inc/tbunocontroller.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/tbunocontroller.hxx')
-rw-r--r--svx/inc/tbunocontroller.hxx12
1 files changed, 11 insertions, 1 deletions
diff --git a/svx/inc/tbunocontroller.hxx b/svx/inc/tbunocontroller.hxx
index 06ee3f87a76b..82e48c5c51c7 100644
--- a/svx/inc/tbunocontroller.hxx
+++ b/svx/inc/tbunocontroller.hxx
@@ -25,7 +25,8 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-namespace {
+namespace svx
+{
class SvxFontSizeBox_Impl;
class FontHeightToolBoxControl : public svt::ToolboxController,
@@ -46,6 +47,13 @@ class FontHeightToolBoxControl : public svt::ToolboxController,
virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) throw( ::com::sun::star::uno::RuntimeException );
virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() throw( ::com::sun::star::uno::RuntimeException );
+ static OUString getImplementationName_Static() throw()
+ {
+ return OUString("com.sun.star.svx.FontHeightToolBoxController");
+ }
+
+ static ::com::sun::star::uno::Sequence< OUString > getSupportedServiceNames_Static() throw();
+
// XComponent
virtual void SAL_CALL dispose() throw (::com::sun::star::uno::RuntimeException);
@@ -67,6 +75,8 @@ class FontHeightToolBoxControl : public svt::ToolboxController,
::com::sun::star::awt::FontDescriptor m_aCurrentFont;
};
+::com::sun::star::uno::Reference< com::sun::star::uno::XInterface > SAL_CALL FontHeightToolBoxControl_createInstance( const com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& rSMgr );
+
}
#endif // INCLUDED_SVX_INC_TBUNOCONTROLLER_HXX