summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-26 11:54:10 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-26 11:54:55 +0100
commit5fb78604c1c3e91beb867c352928af9e1ef57a26 (patch)
tree7d6a0f7c1bfe2f2803f5f2ffb5741dd3c05c5818 /include/svtools
parentbc5060b32f08b0408fb929faea1f8140a58d3cc5 (diff)
Split TYPEINFO into plain and TYPEINFO_OVERRIDE
...where the latter contains SAL_OVERRIDE annotations Change-Id: Id64794b388d83dfe7026440e8b20a5b5efd412d1
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/editbrowsebox.hxx12
-rw-r--r--include/svtools/grfmgr.hxx2
-rw-r--r--include/svtools/xwindowitem.hxx2
3 files changed, 8 insertions, 8 deletions
diff --git a/include/svtools/editbrowsebox.hxx b/include/svtools/editbrowsebox.hxx
index 7f53e86bdb79..978eb2a4ce02 100644
--- a/include/svtools/editbrowsebox.hxx
+++ b/include/svtools/editbrowsebox.hxx
@@ -238,7 +238,7 @@ namespace svt
bool m_bOwnImplementation; // did we create m_pEditImplementation?
public:
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
EditCellController( Edit* _pEdit );
EditCellController( IEditImplementation* _pImplementation );
~EditCellController( );
@@ -261,7 +261,7 @@ namespace svt
class SVT_DLLPUBLIC SpinCellController : public CellController
{
public:
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
SpinCellController(SpinField* pSpinField);
SpinField& GetSpinWindow() const {return (SpinField &)GetWindow();}
@@ -313,7 +313,7 @@ namespace svt
class SVT_DLLPUBLIC CheckBoxCellController : public CellController
{
public:
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
CheckBoxCellController(CheckBoxControl* pWin):CellController(pWin){}
CheckBox& GetCheckBox() const;
@@ -346,7 +346,7 @@ namespace svt
class SVT_DLLPUBLIC ComboBoxCellController : public CellController
{
public:
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
ComboBoxCellController(ComboBoxControl* pParent);
ComboBoxControl& GetComboBox() const {return (ComboBoxControl &)GetWindow();}
@@ -379,7 +379,7 @@ namespace svt
class SVT_DLLPUBLIC ListBoxCellController : public CellController
{
public:
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
ListBoxCellController(ListBoxControl* pParent);
ListBoxControl& GetListBox() const {return (ListBoxControl &)GetWindow();}
@@ -398,7 +398,7 @@ namespace svt
class SVT_DLLPUBLIC FormattedFieldCellController : public EditCellController
{
public:
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
FormattedFieldCellController( FormattedField* _pFormatted );
virtual void CommitModifications();
diff --git a/include/svtools/grfmgr.hxx b/include/svtools/grfmgr.hxx
index 8617d3ac1fab..09fdbfdfa7ad 100644
--- a/include/svtools/grfmgr.hxx
+++ b/include/svtools/grfmgr.hxx
@@ -310,7 +310,7 @@ protected:
public:
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
GraphicObject( const GraphicManager* pMgr = NULL );
GraphicObject( const Graphic& rGraphic, const GraphicManager* pMgr = NULL );
diff --git a/include/svtools/xwindowitem.hxx b/include/svtools/xwindowitem.hxx
index 14399d0e45bb..f99ce60e0ce4 100644
--- a/include/svtools/xwindowitem.hxx
+++ b/include/svtools/xwindowitem.hxx
@@ -39,7 +39,7 @@ class SVT_DLLPUBLIC XWindowItem : public SfxPoolItem
XWindowItem & operator = ( const XWindowItem & );
public:
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
XWindowItem();
XWindowItem( const XWindowItem &rItem );
~XWindowItem();