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.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/svx/svdpntv.hxx b/include/svx/svdpntv.hxx
index c31e180a3d09..c248e8c83de9 100644
--- a/include/svx/svdpntv.hxx
+++ b/include/svx/svdpntv.hxx
@@ -101,9 +101,8 @@ class SVX_DLLPUBLIC SvxViewHint : public SfxHint
{
public:
enum HintType { SVX_HINT_VIEWCHANGED };
- TYPEINFO_OVERRIDE();
- explicit SvxViewHint (HintType eType);
- HintType GetHintType (void) const { return meHintType;}
+ explicit SvxViewHint(HintType eType);
+ HintType GetHintType() const { return meHintType;}
private:
HintType meHintType;