[Libreoffice-commits] core.git: basctl/source

Noel Grandin noel at peralex.com
Mon Jun 29 03:20:24 PDT 2015


 basctl/source/basicide/baside2.cxx  |    2 --
 basctl/source/basicide/baside2.hxx  |    2 --
 basctl/source/basicide/baside3.cxx  |    2 --
 basctl/source/basicide/bastypes.cxx |    1 -
 basctl/source/inc/baside3.hxx       |    1 -
 basctl/source/inc/bastypes.hxx      |    1 -
 6 files changed, 9 deletions(-)

New commits:
commit 8ba8c1018722a35f75f9906db4998dabda1aba4a
Author: Noel Grandin <noel at peralex.com>
Date:   Mon Jun 29 11:18:00 2015 +0200

    remove custom RTTI from basctl::BaseWindow
    
    unused
    
    Change-Id: Icfb5a29f592629e4332c31b083d78efcd2d0161e

diff --git a/basctl/source/basicide/baside2.cxx b/basctl/source/basicide/baside2.cxx
index 3e5effa..713beeb 100644
--- a/basctl/source/basicide/baside2.cxx
+++ b/basctl/source/basicide/baside2.cxx
@@ -86,8 +86,6 @@ using namespace ::com::sun::star::ui::dialogs;
 using namespace utl;
 using namespace comphelper;
 
-TYPEINIT1( ModulWindow , BaseWindow );
-
 namespace
 {
 
diff --git a/basctl/source/basicide/baside2.hxx b/basctl/source/basicide/baside2.hxx
index 06390f2..daa650a 100644
--- a/basctl/source/basicide/baside2.hxx
+++ b/basctl/source/basicide/baside2.hxx
@@ -327,8 +327,6 @@ protected:
     virtual void    DoScroll( ScrollBar* pCurScrollBar ) SAL_OVERRIDE;
 
 public:
-                    TYPEINFO_OVERRIDE();
-
     ModulWindow( ModulWindowLayout* pParent, const ScriptDocument& rDocument, const OUString& aLibName, const OUString& aName, OUString& aModule );
 
                     virtual ~ModulWindow();
diff --git a/basctl/source/basicide/baside3.cxx b/basctl/source/basicide/baside3.cxx
index 7d2e4f3f..237331a 100644
--- a/basctl/source/basicide/baside3.cxx
+++ b/basctl/source/basicide/baside3.cxx
@@ -69,8 +69,6 @@ char const FilterMask_All[] = "*.*";
 char const FilterMask_All[] = "*";
 #endif
 
-TYPEINIT1( DialogWindow, BaseWindow );
-
 DialogWindow::DialogWindow(DialogWindowLayout* pParent, ScriptDocument const& rDocument,
                            const OUString& aLibName, const OUString& aName,
                            css::uno::Reference<css::container::XNameContainer> const& xDialogModel)
diff --git a/basctl/source/basicide/bastypes.cxx b/basctl/source/basicide/bastypes.cxx
index 77febec..a30deba 100644
--- a/basctl/source/basicide/bastypes.cxx
+++ b/basctl/source/basicide/bastypes.cxx
@@ -40,7 +40,6 @@ namespace basctl
 using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star;
 
-TYPEINIT0( BaseWindow )
 TYPEINIT1( SbxItem, SfxPoolItem );
 
 BaseWindow::BaseWindow( vcl::Window* pParent, const ScriptDocument& rDocument, const OUString& aLibName, const OUString& aName )
diff --git a/basctl/source/inc/baside3.hxx b/basctl/source/inc/baside3.hxx
index 94cd40e..d50481f 100644
--- a/basctl/source/inc/baside3.hxx
+++ b/basctl/source/inc/baside3.hxx
@@ -78,7 +78,6 @@ protected:
     void                InitSettings(bool bFont, bool bForeground, bool bBackground);
 
 public:
-                        TYPEINFO_OVERRIDE();
     DialogWindow (DialogWindowLayout* pParent, ScriptDocument const& rDocument, const OUString& aLibName, const OUString& aName, com::sun::star::uno::Reference<com::sun::star::container::XNameContainer> const& xDialogModel);
     DialogWindow( DialogWindow* pCurView ); // never implemented
 
diff --git a/basctl/source/inc/bastypes.hxx b/basctl/source/inc/bastypes.hxx
index 8b67fcc..1d4933a 100644
--- a/basctl/source/inc/bastypes.hxx
+++ b/basctl/source/inc/bastypes.hxx
@@ -167,7 +167,6 @@ protected:
     virtual void    DoScroll( ScrollBar* pCurScrollBar );
 
 public:
-                    TYPEINFO();
     BaseWindow( vcl::Window* pParent, const ScriptDocument& rDocument, const OUString& aLibName, const OUString& aName );
     virtual         ~BaseWindow();
     virtual void    dispose() SAL_OVERRIDE;


More information about the Libreoffice-commits mailing list