Kaydet (Commit) 79863bd4 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: macro is not used

Change-Id: I1a063d7ffa1ab051fe4c3d57f4c8c33d4cd3fe87
üst a8c3c673
...@@ -64,8 +64,10 @@ ...@@ -64,8 +64,10 @@
#define PMGCHUNG_msOG 0x6d734f47 // Microsoft Office Animated GIF #define PMGCHUNG_msOG 0x6d734f47 // Microsoft Office Animated GIF
#ifndef DISABLE_DYNLOADING
#define IMPORT_FUNCTION_NAME "GraphicImport" #define IMPORT_FUNCTION_NAME "GraphicImport"
#define EXPORT_FUNCTION_NAME "GraphicExport" #define EXPORT_FUNCTION_NAME "GraphicExport"
#endif
using namespace ::rtl; using namespace ::rtl;
using namespace ::com::sun::star; using namespace ::com::sun::star;
......
...@@ -99,7 +99,9 @@ using ::rtl::OUStringBuffer; ...@@ -99,7 +99,9 @@ using ::rtl::OUStringBuffer;
#define DEBUG_DISABLE_PDFCOMPRESSION // also do not compress streams #define DEBUG_DISABLE_PDFCOMPRESSION // also do not compress streams
#endif #endif
#if !defined(ANDROID) && !defined(IOS)
#define MAX_SIGNATURE_CONTENT_LENGTH 0x4000 #define MAX_SIGNATURE_CONTENT_LENGTH 0x4000
#endif
#ifdef DO_TEST_PDF #ifdef DO_TEST_PDF
class PDFTestOutputStream : public PDFOutputStream class PDFTestOutputStream : public PDFOutputStream
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment