From 307535d98aeb171ee5e291b77f6c5028b4db936d Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Sat, 5 Nov 2011 00:04:36 +0900 Subject: [PATCH] removed unused macro --- sd/source/core/drawdoc3.cxx | 4 ---- sd/source/ui/docshell/docshel3.cxx | 4 ---- sd/source/ui/docshell/docshell.cxx | 5 ----- sd/source/ui/func/fuinsfil.cxx | 4 ---- sd/source/ui/func/fuprlout.cxx | 2 -- starmath/source/document.cxx | 5 ----- 6 files changed, 24 deletions(-) diff --git a/sd/source/core/drawdoc3.cxx b/sd/source/core/drawdoc3.cxx index 97553d30b2fe..06e874d6886d 100644 --- a/sd/source/core/drawdoc3.cxx +++ b/sd/source/core/drawdoc3.cxx @@ -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 diff --git a/sd/source/ui/docshell/docshel3.cxx b/sd/source/ui/docshell/docshel3.cxx index 75cbaf86d656..b5ab8da5b7f8 100644 --- a/sd/source/ui/docshell/docshel3.cxx +++ b/sd/source/ui/docshell/docshel3.cxx @@ -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 diff --git a/sd/source/ui/docshell/docshell.cxx b/sd/source/ui/docshell/docshell.cxx index ce1f9469a6d6..67d526a94ad8 100644 --- a/sd/source/ui/docshell/docshell.cxx +++ b/sd/source/ui/docshell/docshell.cxx @@ -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(); /************************************************************************* diff --git a/sd/source/ui/func/fuinsfil.cxx b/sd/source/ui/func/fuinsfil.cxx index fed1af0420b4..5a976b8b2a73 100644 --- a/sd/source/ui/func/fuinsfil.cxx +++ b/sd/source/ui/func/fuinsfil.cxx @@ -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 diff --git a/sd/source/ui/func/fuprlout.cxx b/sd/source/ui/func/fuprlout.cxx index 35cf5d46e253..037690dc31c7 100644 --- a/sd/source/ui/func/fuprlout.cxx +++ b/sd/source/ui/func/fuprlout.cxx @@ -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('#')) /************************************************************************* diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx index 5b0057410e34..0ce92750eb06 100644 --- a/starmath/source/document.cxx +++ b/starmath/source/document.cxx @@ -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"