[Libreoffice-commits] .: binfilter/bf_svx
Caolán McNamara
caolan at kemper.freedesktop.org
Fri Dec 10 04:29:28 PST 2010
binfilter/bf_svx/source/svdraw/svx_svdpoev.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit b323f257fc5838aaabf175499470c00ef25bc90e
Author: Caolán McNamara <caolanm at redhat.com>
Date: Fri Dec 10 12:29:18 2010 +0000
WaE, shadowed variable
diff --git a/binfilter/bf_svx/source/svdraw/svx_svdpoev.cxx b/binfilter/bf_svx/source/svdraw/svx_svdpoev.cxx
index c5f2d77..e1f2af4 100644
--- a/binfilter/bf_svx/source/svdraw/svx_svdpoev.cxx
+++ b/binfilter/bf_svx/source/svdraw/svx_svdpoev.cxx
@@ -62,7 +62,7 @@ namespace binfilter {
/*N*/ ImpResetPolyPossibilityFlags();
/*N*/ ULONG nMarkAnz=aMark.GetMarkCount();
/*N*/ if (nMarkAnz>0 && !ImpIsFrameHandles()) {
-/*?*/ BOOL bReadOnly=FALSE;
+/*?*/ BOOL bLclReadOnly=FALSE;
/*?*/ BOOL b1stSmooth=TRUE;
/*?*/ BOOL b1stSegm=TRUE;
/*?*/ BOOL bCurve=FALSE;
@@ -124,7 +124,7 @@ namespace binfilter {
/*?*/ }
/*?*/ }
/*?*/ }
-/*?*/ if (bReadOnly) {
+/*?*/ if (bLclReadOnly) {
/*?*/ bSetMarkedPointsSmoothPossible=FALSE;
/*?*/ bSetMarkedSegmentsKindPossible=FALSE;
/*?*/ }
More information about the Libreoffice-commits
mailing list