From 9fb1a96f20a2a0201dff3cc940f488d08a0cf0f2 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Sat, 5 Jul 2014 18:11:41 +0000 Subject: [PATCH] fpspreadsheet: Fix bug #026451 ("Wrong {$IFDEF} in xlsxooxml.pas and fpsopendocument.pas") git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3284 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/fpspreadsheet/fpsopendocument.pas | 2 +- components/fpspreadsheet/xlsxooxml.pas | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/fpspreadsheet/fpsopendocument.pas b/components/fpspreadsheet/fpsopendocument.pas index 22d952b44..161239838 100755 --- a/components/fpspreadsheet/fpsopendocument.pas +++ b/components/fpspreadsheet/fpsopendocument.pas @@ -31,7 +31,7 @@ interface uses Classes, SysUtils, - {$IFDEF FPC_FULLVERSION >= 20701} + {$IF FPC_FULLVERSION >= 20701} zipper, {$ELSE} fpszipper, diff --git a/components/fpspreadsheet/xlsxooxml.pas b/components/fpspreadsheet/xlsxooxml.pas index 77b8baf9c..1982c5b38 100755 --- a/components/fpspreadsheet/xlsxooxml.pas +++ b/components/fpspreadsheet/xlsxooxml.pas @@ -31,7 +31,7 @@ interface uses Classes, SysUtils, - {$IFDEF FPC_FULLVERSION >= 20701} + {$IF FPC_FULLVERSION >= 20701} zipper, {$ELSE} fpszipper,