User: rt      
Date: 2008-06-16 13:43:31+0000
Modified:
   dba/reportdesign/source/ui/inspection/DefaultInspection.cxx

Log:
 INTEGRATION: CWS rptchart02 (1.4.4); FILE MERGED
 2008/05/15 12:28:02 oj 1.4.4.3: #i89369# disbale title feature at propbrw for 
teh moment but impl all what is needed as we can introduce new strings again
 2008/04/16 06:30:01 oj 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED
 2008/04/03 06:35:20 oj 1.4.4.1: #i86343# remove unused code

File Changes:

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

File [changed]: DefaultInspection.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/inspection/DefaultInspection.cxx?r1=1.5&r2=1.6
Delta lines:  +4 -12
--------------------
--- DefaultInspection.cxx       2008-04-10 19:09:00+0000        1.5
+++ DefaultInspection.cxx       2008-06-16 13:43:29+0000        1.6
@@ -50,15 +50,6 @@
 {
 //........................................................................
        
//------------------------------------------------------------------------
-    sal_uInt32 HelpIdUrl::getHelpId( const ::rtl::OUString& _rHelpURL )
-    {
-        sal_uInt32 nHelpId = 0;
-        if ( 0 == _rHelpURL.compareToAscii( RTL_CONSTASCII_STRINGPARAM( "HID:" 
) ) )
-            nHelpId = _rHelpURL.copy( sizeof( "HID:" ) - 1 ).toInt32();
-        return nHelpId;
-    }
-
-       
//------------------------------------------------------------------------
     ::rtl::OUString HelpIdUrl::getHelpURL( sal_uInt32 _nHelpId )
     {
         ::rtl::OUStringBuffer aBuffer;
@@ -147,11 +138,12 @@
         } aFactories[] = {
 
             { "com.sun.star.report.inspection.ReportComponentHandler"},
+            { "com.sun.star.form.inspection.EditPropertyHandler"},
             { "com.sun.star.report.inspection.DataProviderHandler"},
-            { "com.sun.star.report.inspection.GeometryHandler"},
+            { "com.sun.star.report.inspection.GeometryHandler"}
 
             // generic virtual edit properties
-            { "com.sun.star.form.inspection.EditPropertyHandler"},
+            
         };
 
         const size_t nFactories = sizeof( aFactories ) / sizeof( aFactories[ 0 
] );




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

Reply via email to