Tag: cws_dev300_dba30g
User: fs      
Date: 2008-07-15 07:48:59+0000
Modified:
   dba/reportdesign/source/ui/report/ReportController.cxx

Log:
 #i91600# corrected state for SID_PAGEDIALOG

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.18&r2=1.18.8.1
Delta lines:  +5 -3
-------------------
--- ReportController.cxx        2008-06-25 14:16:32+0000        1.18
+++ ReportController.cxx        2008-07-15 07:48:57+0000        1.18.8.1
@@ -7,7 +7,7 @@
  * OpenOffice.org - a multi-platform office productivity suite
  *
  * $RCSfile: ReportController.cxx,v $
- * $Revision: 1.18 $
+ * $Revision: 1.18.8.1 $
  *
  * This file is part of OpenOffice.org.
  *
@@ -738,9 +738,11 @@
                        aReturn.bEnabled = isConnected() && isEditable();
                        break;
                case SID_EDITDOC:
-        case SID_PAGEDIALOG:
                        aReturn.bChecked = isEditable();
                        break;
+        case SID_PAGEDIALOG:
+                       aReturn.bEnabled = isEditable();
+                       break;
                case SID_BACKGROUND_COLOR:
             impl_fillState_nothrow(PROPERTY_CONTROLBACKGROUND,aReturn);
                        break;




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

Reply via email to