summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-06-07 13:04:43 +0100
committerNoel Power <noel.power@suse.com>2013-06-07 19:48:28 +0100
commit2cc4bbdfc9a0e9681a0af011fcd5a837d4719b07 (patch)
treecbf743132a06669f5caa4cb88fda4daa47500d2c /sc
parent533f7a484b4345de34b17a06d0e3f6cc37f922de (diff)
remove unintended changes ( from some aborted approach )
Change-Id: I793a635711475ebb1125611ec48d52c130cd20a0 (cherry picked from commit 0683a7b15ce668efd79fa556f5511de833c7ec12)
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/inc/xlpage.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/filter/inc/xlpage.hxx b/sc/source/filter/inc/xlpage.hxx
index 1f9118ad97c2..2f5599fef736 100644
--- a/sc/source/filter/inc/xlpage.hxx
+++ b/sc/source/filter/inc/xlpage.hxx
@@ -23,7 +23,6 @@
#include <tools/gen.hxx>
#include <boost/noncopyable.hpp>
#include "xltools.hxx"
-#include "scdllapi.h"
// Constants and Enumerations =================================================
@@ -92,7 +91,7 @@ const sal_uInt16 EXC_PAPERSIZE_USER = 0xFFFF;
class SvxBrushItem;
/** Contains all page (print) settings for a single sheet. */
-struct SC_DLLPUBLIC XclPageData : private boost::noncopyable
+struct XclPageData : private boost::noncopyable
{
typedef ::std::auto_ptr< SvxBrushItem > SvxBrushItemPtr;