summaryrefslogtreecommitdiffstats
path: root/cui/source/inc/cuitabarea.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/cuitabarea.hxx')
-rw-r--r--cui/source/inc/cuitabarea.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/cui/source/inc/cuitabarea.hxx b/cui/source/inc/cuitabarea.hxx
index 09ff336dac9f..8c9bfc0d6457 100644
--- a/cui/source/inc/cuitabarea.hxx
+++ b/cui/source/inc/cuitabarea.hxx
@@ -740,8 +740,8 @@ public:
virtual void ActivatePage( const SfxItemSet& rSet ) SAL_OVERRIDE;
virtual int DeactivatePage( SfxItemSet* pSet ) SAL_OVERRIDE;
- virtual XPropertyListRef GetPropertyList( XPropertyListType t );
- virtual void SetPropertyList( XPropertyListType t, const XPropertyListRef &xRef );
+ XPropertyListRef GetPropertyList( XPropertyListType t );
+ void SetPropertyList( XPropertyListType t, const XPropertyListRef &xRef );
void SetColorList( XColorListRef pColList );
XColorListRef GetColorList() { return pColorList; }
@@ -757,22 +757,22 @@ public:
virtual void FillUserData() SAL_OVERRIDE;
- virtual bool IsModified()
+ bool IsModified()
{
return *pnColorListState & CT_MODIFIED;
}
- virtual void SetModified(bool bIsModified)
+ void SetModified(bool bIsModified)
{
if (bIsModified)
*pnColorListState |= CT_MODIFIED;
else
*pnColorListState &= ~CT_MODIFIED;
}
- virtual void AddState(ChangeType nState)
+ void AddState(ChangeType nState)
{
*pnColorListState |= nState;
}
- virtual void Update(bool bLoaded);
+ void Update(bool bLoaded);
};
#endif // INCLUDED_CUI_SOURCE_INC_CUITABAREA_HXX