[Libreoffice-commits] core.git: sc/source
Noel Power
noel.power at suse.com
Fri Jun 7 05:06:19 PDT 2013
sc/source/filter/inc/xlpage.hxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 0683a7b15ce668efd79fa556f5511de833c7ec12
Author: Noel Power <noel.power at suse.com>
Date: Fri Jun 7 13:04:43 2013 +0100
remove unintended changes ( from some aborted approach )
Change-Id: I793a635711475ebb1125611ec48d52c130cd20a0
diff --git a/sc/source/filter/inc/xlpage.hxx b/sc/source/filter/inc/xlpage.hxx
index 1f9118a..2f5599f 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;
More information about the Libreoffice-commits
mailing list