summaryrefslogtreecommitdiff
path: root/include/svx/sdynitm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sdynitm.hxx')
-rw-r--r--include/svx/sdynitm.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sdynitm.hxx b/include/svx/sdynitm.hxx
index cb1142ee10fd..d8620d365559 100644
--- a/include/svx/sdynitm.hxx
+++ b/include/svx/sdynitm.hxx
@@ -30,7 +30,7 @@
//-------------------------------------------------- ----------
class SVX_DLLPUBLIC SdrYesNoItem: public SfxBoolItem {
public:
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
SdrYesNoItem(): SfxBoolItem() {}
SdrYesNoItem(sal_uInt16 nId, bool bOn=false): SfxBoolItem(nId,bOn) {}
SdrYesNoItem(sal_uInt16 nId, SvStream& rIn): SfxBoolItem(nId,rIn) {}