[Libreoffice-commits] .: 2 commits - .gitignore binfilter/bf_svx
Michael Stahl
mst at kemper.freedesktop.org
Mon Dec 19 15:29:28 PST 2011
.gitignore | 19 +++++++++++++++++++
binfilter/bf_svx/source/xoutdev/svx__xpoly.cxx | 10 ----------
2 files changed, 19 insertions(+), 10 deletions(-)
New commits:
commit da969397b19ade24b63bcc6693fcac039e4064c4
Author: Michael Stahl <mstahl at redhat.com>
Date: Tue Dec 20 00:27:12 2011 +0100
binfilter: .gitignore: be more ignorant
diff --git a/.gitignore b/.gitignore
index 0c1d61d..0613205 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,6 +28,12 @@
# Backup files:
*~
+.*sw?
+\#*
+.DS_Store
+
+# StGit
+.stgit-edit.txt
# Build directories:
/binfilter/unxlng??
@@ -52,4 +58,17 @@
/binfilter/unxios?.pro
/binfilter/unxand?
/binfilter/unxand?.pro
+
+# libxslt debug memdump
.memdump
+
+# LibreOffice lock files
+.~lock.*#
+
+# Everyone loves patching
+*.orig
+*.rej
+
+# Somepeople love debugging
+gdbtrace.log
+valgrind.log
commit c2ec78bb9d382ff1b1b24000d45b16f50ebfabeb
Author: Michael Stahl <mstahl at redhat.com>
Date: Tue Dec 20 00:23:43 2011 +0100
binfilter: -Werror=unused-variable
diff --git a/binfilter/bf_svx/source/xoutdev/svx__xpoly.cxx b/binfilter/bf_svx/source/xoutdev/svx__xpoly.cxx
index 081ea9f..7b005a2 100644
--- a/binfilter/bf_svx/source/xoutdev/svx__xpoly.cxx
+++ b/binfilter/bf_svx/source/xoutdev/svx__xpoly.cxx
@@ -938,15 +938,8 @@ namespace binfilter {
/*N*/ DBG_CHKOBJ( &rXPoly, XPolygon, NULL );
/*N*/
/*N*/ USHORT i;
-/*N*/ USHORT nStart;
-/*N*/ USHORT nCurPoints;
/*N*/ USHORT nReadPoints; // Anzahl der Punkte im Stream
/*N*/ USHORT nMerkPoints; // Anzahl der Punkte die ich speichern kann
-/*N*/ unsigned char bShort;
-/*N*/ short nShortX;
-/*N*/ short nShortY;
-/*N*/ long nLongX;
-/*N*/ long nLongY;
/*N*/
/*N*/ rXPoly.pImpXPolygon->CheckPointDelete();
/*N*/
@@ -1021,9 +1014,6 @@ namespace binfilter {
/*N*/ {
/*N*/ DBG_CHKOBJ( &rXPoly, XPolygon, NULL );
/*N*/
-/*N*/ unsigned char bShort;
-/*N*/ unsigned char bCurShort;
-/*N*/ USHORT nStart;
/*N*/ USHORT i;
/*N*/ USHORT nPoints = rXPoly.GetPointCount();
/*N*/
More information about the Libreoffice-commits
mailing list