summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xlpage.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-09-17 17:23:46 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-09-17 17:23:46 +0100
commitd5f149e7d2f46e7fb4e48b634c2918764065acbb (patch)
tree80b27c732754ac0c14bbdbb12bd276dc381f4558 /sc/source/filter/inc/xlpage.hxx
parent6d221b92bba77b0aad32b401106fbe08bc771e79 (diff)
missing include
Change-Id: If162a5847822065ccb6acb42337e22342261f113
Diffstat (limited to 'sc/source/filter/inc/xlpage.hxx')
-rw-r--r--sc/source/filter/inc/xlpage.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/filter/inc/xlpage.hxx b/sc/source/filter/inc/xlpage.hxx
index f5333b96fcbf..b60d21a3f4a9 100644
--- a/sc/source/filter/inc/xlpage.hxx
+++ b/sc/source/filter/inc/xlpage.hxx
@@ -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.