summaryrefslogtreecommitdiff
path: root/sc/source/filter
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-06-07 12:48:54 +0100
committerNoel Power <noel.power@suse.com>2013-06-07 12:50:34 +0100
commit254a2d6c71f7615c7652ca401b9dd3eac1e0d570 (patch)
tree8e978bc667946c143fe9b973e311c3be764aa683 /sc/source/filter
parent6005dd5366a86d6b7b1535233a99e24501e053a3 (diff)
add missing PageSetup.PageSize api
Change-Id: If52fb46f61962827acc08025617d9d61a6ab6d40
Diffstat (limited to 'sc/source/filter')
-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 2f5599fef736..1f9118ad97c2 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 "scdllapi.h"
// Constants and Enumerations =================================================
@@ -91,7 +92,7 @@ const sal_uInt16 EXC_PAPERSIZE_USER = 0xFFFF;
class SvxBrushItem;
/** Contains all page (print) settings for a single sheet. */
-struct XclPageData : private boost::noncopyable
+struct SC_DLLPUBLIC XclPageData : private boost::noncopyable
{
typedef ::std::auto_ptr< SvxBrushItem > SvxBrushItemPtr;