summaryrefslogtreecommitdiffstats
path: root/binfilter/bf_svx/source/svdraw/svx_svdobj.cxx
diff options
context:
space:
mode:
authorArmin Weiss <aw@openoffice.org>2004-04-19 09:23:18 +0000
committerArmin Weiss <aw@openoffice.org>2004-04-19 09:23:18 +0000
commiteb128614f1576f5e4715656c3b7574ce6220e8b8 (patch)
treeaf3a7cd97a52a03c5629e40affad566de4c84989 /binfilter/bf_svx/source/svdraw/svx_svdobj.cxx
parent#110098# for scope (diff)
downloadbinfilter-eb128614f1576f5e4715656c3b7574ce6220e8b8.tar.gz
binfilter-eb128614f1576f5e4715656c3b7574ce6220e8b8.zip
#110098#
Adaptions to binfilter after resynching to SRC680 m33
Diffstat (limited to 'binfilter/bf_svx/source/svdraw/svx_svdobj.cxx')
-rw-r--r--binfilter/bf_svx/source/svdraw/svx_svdobj.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/binfilter/bf_svx/source/svdraw/svx_svdobj.cxx b/binfilter/bf_svx/source/svdraw/svx_svdobj.cxx
index e8c750c25..38f04744b 100644
--- a/binfilter/bf_svx/source/svdraw/svx_svdobj.cxx
+++ b/binfilter/bf_svx/source/svdraw/svx_svdobj.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svx_svdobj.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: aw $ $Date: 2004-02-13 14:30:45 $
+ * last change: $Author: aw $ $Date: 2004-04-19 10:22:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -3615,7 +3615,7 @@ class ImpSkeleton;
/*N*/ {
/*N*/ sal_uInt32 nCount(rChange.GetRectangleCount());
/*N*/
-/*N*/ for(sal_uInt32 a(0); a < nCount; a++)
+/*N*/ sal_uInt32 a; for(a=0; a < nCount; a++)
/*N*/ SendRepaintBroadcast(rChange.GetRectangle(a));
/*N*/
/*N*/ if(ISA(SdrObjGroup))