Kaydet (Commit) d5f149e7 authored tarafından Caolán McNamara's avatar Caolán McNamara

missing include

Change-Id: If162a5847822065ccb6acb42337e22342261f113
üst 6d221b92
......@@ -23,6 +23,7 @@
#include <tools/gen.hxx>
#include <boost/noncopyable.hpp>
#include "xltools.hxx"
#include <memory>
// Constants and Enumerations =================================================
......@@ -91,7 +92,7 @@ class SvxBrushItem;
/** Contains all page (print) settings for a single sheet. */
struct XclPageData : private boost::noncopyable
{
typedef ::std::unique_ptr< SvxBrushItem > SvxBrushItemPtr;
typedef std::unique_ptr< SvxBrushItem > SvxBrushItemPtr;
ScfUInt16Vec maHorPageBreaks; /// Horizontal page breaks.
ScfUInt16Vec maVerPageBreaks; /// Vertical page breaks.
......
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