removed unused macro
This commit is contained in:
parent
c9c98ab207
commit
307535d98a
6 changed files with 0 additions and 24 deletions
|
@ -81,10 +81,6 @@
|
|||
|
||||
using namespace ::com::sun::star;
|
||||
|
||||
#define POOL_BUFFER_SIZE (sal_uInt16)32768
|
||||
#define BASIC_BUFFER_SIZE (sal_uInt16)8192
|
||||
#define DOCUMENT_BUFFER_SIZE (sal_uInt16)32768
|
||||
|
||||
/*************************************************************************
|
||||
|*
|
||||
|* Oeffnet ein Bookmark-Dokument
|
||||
|
|
|
@ -72,10 +72,6 @@ using namespace ::com::sun::star::uno;
|
|||
|
||||
namespace sd {
|
||||
|
||||
#define POOL_BUFFER_SIZE (sal_uInt16)32768
|
||||
#define BASIC_BUFFER_SIZE (sal_uInt16)8192
|
||||
#define DOCUMENT_BUFFER_SIZE (sal_uInt16)32768
|
||||
|
||||
/*************************************************************************
|
||||
|*
|
||||
|* SFX-Requests bearbeiten
|
||||
|
|
|
@ -95,11 +95,6 @@ SFX_IMPL_INTERFACE(DrawDocShell, SfxObjectShell, SdResId(0))
|
|||
|
||||
namespace sd {
|
||||
|
||||
#define POOL_BUFFER_SIZE (sal_uInt16)32768
|
||||
#define BASIC_BUFFER_SIZE (sal_uInt16)8192
|
||||
#define DOCUMENT_BUFFER_SIZE (sal_uInt16)32768
|
||||
|
||||
|
||||
GraphicFilter* GetGrfFilter();
|
||||
|
||||
/*************************************************************************
|
||||
|
|
|
@ -85,10 +85,6 @@ namespace sd {
|
|||
|
||||
TYPEINIT1( FuInsertFile, FuPoor );
|
||||
|
||||
#define POOL_BUFFER_SIZE (sal_uInt16)32768
|
||||
#define BASIC_BUFFER_SIZE (sal_uInt16)8192
|
||||
#define DOCUMENT_BUFFER_SIZE (sal_uInt16)32768
|
||||
|
||||
/*************************************************************************
|
||||
|*
|
||||
|* Konstruktor
|
||||
|
|
|
@ -75,8 +75,6 @@ SO2_DECL_REF(SvStorage)
|
|||
|
||||
TYPEINIT1( FuPresentationLayout, FuPoor );
|
||||
|
||||
#define POOL_BUFFER_SIZE (sal_uInt16)32768
|
||||
#define DOCUMENT_BUFFER_SIZE (sal_uInt16)32768
|
||||
#define DOCUMENT_TOKEN (sal_Unicode('#'))
|
||||
|
||||
/*************************************************************************
|
||||
|
|
|
@ -111,11 +111,6 @@ using namespace ::com::sun::star::lang;
|
|||
using namespace ::com::sun::star::ucb;
|
||||
using namespace ::com::sun::star::uno;
|
||||
|
||||
|
||||
#define DOCUMENT_BUFFER_SIZE (sal_uInt16)32768
|
||||
|
||||
static const char pStarMathDoc[] = "StarMathDocument";
|
||||
|
||||
#define SmDocShell
|
||||
#include "smslots.hxx"
|
||||
|
||||
|
|
Loading…
Reference in a new issue