diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-23 09:41:03 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-24 12:21:21 +0100 |
commit | 3961bcb5f46331a1e6b4ce7f334ba6bbde11c899 (patch) | |
tree | 10cb82c30d5fecc8890f876885ee097e8f32ab81 /toolkit/source/helper | |
parent | 52d4203a312e9aecac9bffdc2afe93471b88a9dc (diff) |
tk: Constructor feature for VCLXToolkit.
Change-Id: I1575ea1b14342a5a64f13d39e409ed33151bcdf9
Diffstat (limited to 'toolkit/source/helper')
-rw-r--r-- | toolkit/source/helper/registerservices.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/toolkit/source/helper/registerservices.cxx b/toolkit/source/helper/registerservices.cxx index 64525d9c364e..a4c1e857a43d 100644 --- a/toolkit/source/helper/registerservices.cxx +++ b/toolkit/source/helper/registerservices.cxx @@ -27,7 +27,6 @@ #include <osl/mutex.hxx> #include <toolkit/helper/servicenames.hxx> #include <toolkit/helper/macros.hxx> -#include <toolkit/awt/vclxtoolkit.hxx> #include <toolkit/awt/vclxmenu.hxx> #include <toolkit/awt/vclxpointer.hxx> #include <toolkit/awt/vclxprinter.hxx> @@ -100,7 +99,6 @@ namespace toolkit using namespace toolkit; -IMPL_CREATEINSTANCE( VCLXToolkit ) IMPL_CREATEINSTANCE( StdTabController ) IMPL_CREATEINSTANCE( StdTabControllerModel ) IMPL_CREATEINSTANCE( UnoControlContainer ) @@ -137,7 +135,6 @@ TOOLKIT_DLLPUBLIC void* SAL_CALL tk_component_getFactory( const sal_Char* sImple { ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xServiceFactory = static_cast< ::com::sun::star::lang::XMultiServiceFactory* >( _pServiceManager ); - GET_FACTORY( VCLXToolkit, szServiceName_Toolkit, szServiceName2_Toolkit ) GET_FACTORY( VCLXPopupMenu, szServiceName_PopupMenu, szServiceName2_PopupMenu ) GET_FACTORY( VCLXMenuBar, szServiceName_MenuBar, szServiceName2_MenuBar ) GET_FACTORY( VCLXPointer, szServiceName_Pointer, szServiceName2_Pointer ) |