sc/source/ui/inc/undoblk.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d4a5ca4b40fa3b854c5083246ce1e2ae0ba4796d Author: Andras Timar <[email protected]> Date: Fri May 2 08:15:29 2014 -0700 sc: build fix Change-Id: Iffe18744bf8b10826adf280d844b33e0e97f4aa4 diff --git a/sc/source/ui/inc/undoblk.hxx b/sc/source/ui/inc/undoblk.hxx index 36bf058..3637cab 100644 --- a/sc/source/ui/inc/undoblk.hxx +++ b/sc/source/ui/inc/undoblk.hxx @@ -640,7 +640,7 @@ private: class ScUndoConditionalFormat : public ScSimpleUndo { public: - TYPEINFO_OVERRIDE(); + TYPEINFO(); ScUndoConditionalFormat( ScDocShell* pNewDocShell, ScDocument* pUndoDoc, ScDocument* pRedoDoc, const ScRange& rRange); virtual ~ScUndoConditionalFormat(); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
