summaryrefslogtreecommitdiff
path: root/sd/source/ui/docshell
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2011-11-05 00:04:36 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2011-11-05 00:05:20 +0900
commit307535d98aeb171ee5e291b77f6c5028b4db936d (patch)
tree981f537be03832ad64f7b16d17d3af756a4f236d /sd/source/ui/docshell
parentc9c98ab207fba4df35261c66b3753b9ce5e997ba (diff)
removed unused macro
Diffstat (limited to 'sd/source/ui/docshell')
-rw-r--r--sd/source/ui/docshell/docshel3.cxx4
-rw-r--r--sd/source/ui/docshell/docshell.cxx5
2 files changed, 0 insertions, 9 deletions
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();
/*************************************************************************