diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-15 11:35:06 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-15 15:11:52 +0100 |
commit | 21bc6014f7d334c84288c748b8012484dcbe4ca7 (patch) | |
tree | 805f515ec01b739a2ac9e9f793fee1d9c55ff12d /sfx2/source/appl | |
parent | 3b5dedd93cd5a6d274a869ccfc7a636a1e4d1245 (diff) |
sfx: Use constructor feature for IFrameObject.
Change-Id: If992d847e385bd7968a4d8e491f957f8afcc9377
Diffstat (limited to 'sfx2/source/appl')
-rw-r--r-- | sfx2/source/appl/appuno.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/appl/appuno.cxx b/sfx2/source/appl/appuno.cxx index 570b7a0dc650..5699f8992d7a 100644 --- a/sfx2/source/appl/appuno.cxx +++ b/sfx2/source/appl/appuno.cxx @@ -28,7 +28,6 @@ #include "eventsupplier.hxx" #include "fltoptint.hxx" #include "frmload.hxx" -#include "iframe.hxx" #include "objshimp.hxx" #include <sfx2/app.hxx> #include <sfx2/brokenpackageint.hxx> @@ -1811,7 +1810,6 @@ SFX2_DLLPUBLIC void* SAL_CALL sfx_component_getFactory( IF_NAME_CREATECOMPONENTFACTORY( TestMouseClickHandler ) #endif IF_NAME_CREATECOMPONENTFACTORY( OPackageStructureCreator ) - IF_NAME_CREATECOMPONENTFACTORY( ::sfx2::IFrameObject ) IF_NAME_CREATECOMPONENTFACTORY( ::sfx2::OwnSubFilterService ) if ( ::comp_SfxDocumentMetaData::_getImplementationName().equals( OUString::createFromAscii( pImplementationName ) ) ) |