summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-06-26 14:19:46 +0200
committerNoel Grandin <noel@peralex.com>2015-06-29 10:05:35 +0200
commit0f70a4f69c2e4aa9484294c3b1f6fc652757f79e (patch)
tree41ccdf85d3ac9d67746a4b8e215ff6cfb54e624f
parent4e99430e63a940d600cad2aaf1f0e992034b66e2 (diff)
remove custom RTTI from SfxFrame
unused Change-Id: I009f43d192942c14d0ccbf56c78257570c65e41a
-rw-r--r--include/sfx2/frame.hxx2
-rw-r--r--sfx2/source/view/frame.cxx1
2 files changed, 0 insertions, 3 deletions
diff --git a/include/sfx2/frame.hxx b/include/sfx2/frame.hxx
index d9c3620ee1eb..6c2512addee7 100644
--- a/include/sfx2/frame.hxx
+++ b/include/sfx2/frame.hxx
@@ -116,8 +116,6 @@ protected:
SAL_DLLPRIVATE SfxFrame( vcl::Window& i_rContainerWindow, bool bHidden );
public:
- TYPEINFO();
-
static SfxFrame* Create( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame );
static ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >
CreateBlankFrame();
diff --git a/sfx2/source/view/frame.cxx b/sfx2/source/view/frame.cxx
index a3717740e34a..8f2d6244cda1 100644
--- a/sfx2/source/view/frame.cxx
+++ b/sfx2/source/view/frame.cxx
@@ -75,7 +75,6 @@ using namespace ::com::sun::star::util;
using namespace ::com::sun::star::frame;
using namespace ::com::sun::star::container;
-TYPEINIT1(SfxFrame, SfxListener);
TYPEINIT1_AUTOFACTORY(SfxFrameItem, SfxPoolItem);
TYPEINIT1(SfxUsrAnyItem, SfxPoolItem);
TYPEINIT1_AUTOFACTORY(SfxUnoFrameItem, SfxPoolItem);