]> saetta.ns0.it Git - reptool/libreptool/commitdiff
Bugfixes.
authorAndrea Zagli <a.zagli@comune.scandicci.fi.it>
Wed, 15 Sep 2010 08:25:09 +0000 (10:25 +0200)
committerAndrea Zagli <a.zagli@comune.scandicci.fi.it>
Wed, 15 Sep 2010 08:25:09 +0000 (10:25 +0200)
.gitignore
src/rptreport.c
tests/test_rptreport_creation.c

index a38016e62ae06d07d47884a1ece2e63cee60d2da..a3169c8885b1b26b8d21aca4c692ef868b2e1700 100644 (file)
@@ -54,3 +54,4 @@ mkinstalldirs
 stamp-it
 intltool-*
 Rules-quot
+*.exe
index e71702302e7ed3639123042d25eb61e547cda644..8a4b3406433b2cb0cde681e13529827658259497 100644 (file)
@@ -1343,7 +1343,6 @@ xmlDoc
                }
        else
                {
-                       priv->cur_page++;
                        cur_y = priv->page->margin_top;
                        xpage = rpt_report_rptprint_new_page (rpt_report, xroot);
 
index f0b17d525f983493e77ec719ed64d5936c9c4b7b..e85cb7792bffda6a4a16997f3750cc5ddfa9e285 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor Boston, MA 02110-1301,  USA
  */
 
-#include <libreptool.h>
+#include <rptreport.h>
+#include <rptprint.h>
+#include <rptobject.h>
+#include <rptobjectellipse.h>
+#include <rptobjectimage.h>
+#include <rptobjectline.h>
+#include <rptobjectrect.h>
+#include <rptobjecttext.h>
 
 int
 main (int argc, char **argv)