Tag: cws_src680_oj14
User: oj      
Date: 2007-05-21 11:35:13+0000
Modified:
   dba/reportdesign/source/ui/report/ReportController.cxx
   dba/reportdesign/source/ui/report/ViewsWindow.cxx

Log:
 #i76758# parameter versed

File Changes:

Directory: /dba/reportdesign/source/ui/report/
==============================================

File [changed]: ReportController.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/report/ReportController.cxx?r1=1.1.2.7&r2=1.1.2.8
Delta lines:  +4 -4
-------------------
--- ReportController.cxx        2007-05-15 09:37:41+0000        1.1.2.7
+++ ReportController.cxx        2007-05-21 11:35:11+0000        1.1.2.8
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: ReportController.cxx,v $
  *
- *  $Revision: 1.1.2.7 $
+ *  $Revision: 1.1.2.8 $
  *
- *  last change: $Author: oj $ $Date: 2007/05/15 09:37:41 $
+ *  last change: $Author: oj $ $Date: 2007/05/21 11:35:11 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -1833,9 +1833,9 @@
     implDescribeSupportedFeature( ".uno:SectionAlignLeft",                     
SID_SECTION_ALIGN_LEFT,                 CommandGroup::FORMAT );
     implDescribeSupportedFeature( ".uno:SectionAlignCenter",           
SID_SECTION_ALIGN_CENTER,               CommandGroup::FORMAT );
     implDescribeSupportedFeature( ".uno:SectionAlignRight",                    
SID_SECTION_ALIGN_RIGHT,                CommandGroup::FORMAT );
-    implDescribeSupportedFeature( ".uno:SectionAlignUp",                       
SID_SECTION_ALIGN_UP,                   CommandGroup::FORMAT );
+    implDescribeSupportedFeature( ".uno:SectionAlignTop",                      
SID_SECTION_ALIGN_UP,                   CommandGroup::FORMAT );
     implDescribeSupportedFeature( ".uno:SectionAlignMiddle",           
SID_SECTION_ALIGN_MIDDLE,               CommandGroup::FORMAT );
-    implDescribeSupportedFeature( ".uno:SectionAlignDown",                     
SID_SECTION_ALIGN_DOWN,                 CommandGroup::FORMAT );
+    implDescribeSupportedFeature( ".uno:SectionAlignBottom",           
SID_SECTION_ALIGN_DOWN,                 CommandGroup::FORMAT );
 
     implDescribeSupportedFeature( ".uno:ObjectResize",                     
SID_OBJECT_RESIZING,                    CommandGroup::FORMAT );
     implDescribeSupportedFeature( ".uno:SmallestWidth",                        
    SID_OBJECT_SMALLESTWIDTH,           CommandGroup::FORMAT );

File [changed]: ViewsWindow.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/report/ViewsWindow.cxx?r1=1.1.2.3&r2=1.1.2.4
Delta lines:  +3 -3
-------------------
--- ViewsWindow.cxx     2007-05-21 10:03:17+0000        1.1.2.3
+++ ViewsWindow.cxx     2007-05-21 11:35:11+0000        1.1.2.4
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: ViewsWindow.cxx,v $
  *
- *  $Revision: 1.1.2.3 $
+ *  $Revision: 1.1.2.4 $
  *
- *  last change: $Author: oj $ $Date: 2007/05/21 10:03:17 $
+ *  last change: $Author: oj $ $Date: 2007/05/21 11:35:11 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -960,7 +960,7 @@
     
     Rectangle aBound;
     Rectangle aResize;
-    
collectBoundResizeRect(aSortRectangles,_nControlModification,_bBoundRects,_bAlignAtSection,aBound,aResize);
+    
collectBoundResizeRect(aSortRectangles,_nControlModification,_bAlignAtSection,_bBoundRects,aBound,aResize);
 
     bool bMove = true;
 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to