summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/docfuncutil.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/docfuncutil.hxx')
-rw-r--r--sc/source/ui/inc/docfuncutil.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/docfuncutil.hxx b/sc/source/ui/inc/docfuncutil.hxx
index e1db8ce58c35..65bf820526be 100644
--- a/sc/source/ui/inc/docfuncutil.hxx
+++ b/sc/source/ui/inc/docfuncutil.hxx
@@ -10,7 +10,7 @@
#include <undobase.hxx>
-#include <memory>
+#include <boost/shared_ptr.hpp>
class ScDocument;
class ScMarkData;
@@ -32,7 +32,7 @@ public:
static void addDeleteContentsUndo(
svl::IUndoManager* pUndoMgr, ScDocShell* pDocSh, const ScMarkData& rMark,
const ScRange& rRange, ScDocument* pUndoDoc, InsertDeleteFlags nFlags,
- const std::shared_ptr<ScSimpleUndo::DataSpansType>& pSpans,
+ const boost::shared_ptr<ScSimpleUndo::DataSpansType>& pSpans,
bool bMulti, bool bDrawUndo );
static ScSimpleUndo::DataSpansType* getNonEmptyCellSpans(