Browse Source

* Test statements removed

git-svn-id: trunk@36978 -
michael 8 years ago
parent
commit
de469955b3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/fcl-report/src/fpreportfpimageexport.pp

+ 2 - 2
packages/fcl-report/src/fpreportfpimageexport.pp

@@ -857,8 +857,8 @@ var
   ImageFiles : TStringList;
   D : String;
 begin
-  HTMLOptions:=[hoEnabled,hoTOCPage,hoFramePage,hoExternalJS];
-  BaseFileName:='mydemo/image.png';
+//  HTMLOptions:=[hoEnabled,hoTOCPage,hoFramePage,hoExternalJS];
+//  BaseFileName:='mydemo/image.png';
   D:=ExtractFilePath(BaseFileName);
   if (D<>'') and not DirectoryExists(D) then
     If not ForceDirectories(D) then