summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-06-29 11:18:00 +0200
committerNoel Grandin <noel@peralex.com>2015-06-29 12:19:52 +0200
commit8ba8c1018722a35f75f9906db4998dabda1aba4a (patch)
treec39168f1bd26effc08d25c7fa658aa2950cd6efe /basctl
parent4ccb0fb9eb9fa8cebb187cc990a77bc85a826027 (diff)
remove custom RTTI from basctl::BaseWindow
unused Change-Id: Icfb5a29f592629e4332c31b083d78efcd2d0161e
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/baside2.cxx2
-rw-r--r--basctl/source/basicide/baside2.hxx2
-rw-r--r--basctl/source/basicide/baside3.cxx2
-rw-r--r--basctl/source/basicide/bastypes.cxx1
-rw-r--r--basctl/source/inc/baside3.hxx1
-rw-r--r--basctl/source/inc/bastypes.hxx1
6 files changed, 0 insertions, 9 deletions
diff --git a/basctl/source/basicide/baside2.cxx b/basctl/source/basicide/baside2.cxx
index 3e5effae9b83..713beeb977bb 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 06390f2accca..daa650aaaceb 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 7d2e4f3f2703..237331a2a1e0 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 77febec71f3a..a30deba60ca7 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 94cd40ed38b9..d50481f94c18 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 8b67fcc1270a..1d4933a7693a 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;