Kaydet (Commit) 081f813a authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: overriding destructor declaration not explicitly marked 'virtual'

Change-Id: Ie2f07ae8c7b6cdf4ee3f49847b6fbf79895780db
üst d51e7944
...@@ -143,7 +143,7 @@ public: ...@@ -143,7 +143,7 @@ public:
SfxListUndoAction( SfxListUndoAction(
const OUString &rComment, const OUString& rRepeatComment, sal_uInt16 nId, SfxUndoArray *pFather ); const OUString &rComment, const OUString& rRepeatComment, sal_uInt16 nId, SfxUndoArray *pFather );
~SfxListUndoAction(); virtual ~SfxListUndoAction();
virtual void Undo() SAL_OVERRIDE; virtual void Undo() SAL_OVERRIDE;
virtual void UndoWithContext( SfxUndoContext& i_context ) SAL_OVERRIDE; virtual void UndoWithContext( SfxUndoContext& i_context ) SAL_OVERRIDE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment