remove unintended changes ( from some aborted approach )
Change-Id: I793a635711475ebb1125611ec48d52c130cd20a0
This commit is contained in:
parent
f535bd7ea0
commit
0683a7b15c
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue