[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.2' - sc/source
Andras Timar
andras.timar at collabora.com
Fri May 2 08:15:05 PDT 2014
sc/source/ui/inc/undoblk.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d4a5ca4b40fa3b854c5083246ce1e2ae0ba4796d
Author: Andras Timar <andras.timar at collabora.com>
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();
More information about the Libreoffice-commits
mailing list