[Libreoffice-commits] core.git: sc/source

Stephan Bergmann sbergman at redhat.com
Tue Jun 26 13:36:46 UTC 2018


 sc/source/ui/inc/undocell.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6d22d02c321bc9f8f539865fd0fd3046e3ef3c6f
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Jun 26 15:36:18 2018 +0200

    Missing include
    
    Change-Id: I2d8b3acdbf4c3bfa54edf9d8f98e3f8d54ed15a8

diff --git a/sc/source/ui/inc/undocell.hxx b/sc/source/ui/inc/undocell.hxx
index 695c36f609d0..dd2bc46f4ea8 100644
--- a/sc/source/ui/inc/undocell.hxx
+++ b/sc/source/ui/inc/undocell.hxx
@@ -24,13 +24,13 @@
 #include <postit.hxx>
 #include <cellvalue.hxx>
 #include <cellvalues.hxx>
+#include <svx/svdundo.hxx>
 
 #include <memory>
 
 class ScDocShell;
 class ScPatternAttr;
 class EditTextObject;
-class SdrUndoAction;
 class ScDetOpList;
 class ScDetOpData;
 class ScRangeName;


More information about the Libreoffice-commits mailing list