summaryrefslogtreecommitdiff
path: root/include/svx/svdpntv.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/svdpntv.hxx')
-rw-r--r--include/svx/svdpntv.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/svdpntv.hxx b/include/svx/svdpntv.hxx
index 751120655708..49b34766ef02 100644
--- a/include/svx/svdpntv.hxx
+++ b/include/svx/svdpntv.hxx
@@ -101,7 +101,7 @@ class SVX_DLLPUBLIC SvxViewHint : public SfxHint
{
public:
enum HintType { SVX_HINT_VIEWCHANGED };
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
explicit SvxViewHint (HintType eType);
HintType GetHintType (void) const;
@@ -284,7 +284,7 @@ protected:
virtual ~SdrPaintView();
public:
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
virtual void ClearPageView();
SdrModel* GetModel() const { return pMod; }