ooo-build r14726 - in branches/ooo-build-3-0-1: . patches/dev300



Author: rengelhard
Date: Wed Dec  3 19:47:32 2008
New Revision: 14726
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14726&view=rev

Log:
2008-12-03  Rene Engelhard  <rene debian org>

        * merge from ooo-build-3-0:

          patches/dev300/sfx2-remove-check-update-on-fileload.diff: adapt to ooo680-m12


Modified:
   branches/ooo-build-3-0-1/   (props changed)
   branches/ooo-build-3-0-1/ChangeLog
   branches/ooo-build-3-0-1/patches/dev300/sfx2-remove-check-update-on-fileload.diff

Modified: branches/ooo-build-3-0-1/patches/dev300/sfx2-remove-check-update-on-fileload.diff
==============================================================================
--- branches/ooo-build-3-0-1/patches/dev300/sfx2-remove-check-update-on-fileload.diff	(original)
+++ branches/ooo-build-3-0-1/patches/dev300/sfx2-remove-check-update-on-fileload.diff	Wed Dec  3 19:47:32 2008
@@ -1,18 +1,18 @@
-diff -urp --exclude=CVS --exclude=unxlngi6.pro --exclude=sfx2.vpj sfx2.clean/source/dialog/newerverwarn.cxx sfx2/source/dialog/newerverwarn.cxx
---- sfx2.clean/source/dialog/newerverwarn.cxx	2008-05-06 23:56:41.000000000 -0400
-+++ sfx2/source/dialog/newerverwarn.cxx	2008-05-07 00:00:36.000000000 -0400
+diff -urp --exclude=CVS --exclude=unxlngi6.pro --exclude=sfx2.vpj uui/source/newerverwarn.cxx uui/source/newerverwarn.cxx
+--- uui/source/newerverwarn.cxx	2008-05-06 23:56:41.000000000 -0400
++++ uui/source/newerverwarn.cxx	2008-05-07 00:00:36.000000000 -0400
 @@ -58,6 +58,7 @@ namespace lang  = ::com::sun::star::lang
  
- using namespace com::sun::star::system;
+ #define DEFINE_CONST_UNICODE( CONSTASCII )  ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( CONSTASCII ) )
  
 +#if 0
- namespace sfx2
+ namespace uui
  {
  
 @@ -160,4 +161,5 @@ void NewerVersionWarningDialog::InitButt
  }
  
- } // end of namespace sfx2
+ } // end of namespace uui
 +#endif
  
 diff -urp --exclude=CVS --exclude=unxlngi6.pro --exclude=sfx2.vpj sfx2.clean/source/doc/objstor.cxx sfx2/source/doc/objstor.cxx
@@ -23,9 +23,9 @@
          }
  
 +#if 0
-         if ( pMedium->GetInteractionHandler().is() && !SFX_APP()->Get_Impl()->bODFVersionWarningLater )
+         uno::Reference< XInteractionHandler > xHandler( pMedium->GetInteractionHandler() );
+         if ( xHandler.is() && !SFX_APP()->Get_Impl()->bODFVersionWarningLater )
          {
-             // scan the generator string (within meta.xml)
 @@ -1125,6 +1126,7 @@ sal_Bool SfxObjectShell::DoLoad( SfxMedi
                  }
              }
@@ -34,22 +34,22 @@
      }
      else
          GetpApp()->HideStatusText();
-diff -urp --exclude=CVS --exclude=unxlngi6.pro --exclude=sfx2.vpj sfx2.clean/source/inc/newerverwarn.hxx sfx2/source/inc/newerverwarn.hxx
---- sfx2.clean/source/inc/newerverwarn.hxx	2008-05-06 23:56:41.000000000 -0400
-+++ sfx2/source/inc/newerverwarn.hxx	2008-05-06 23:59:58.000000000 -0400
+diff -urp --exclude=CVS --exclude=unxlngi6.pro --exclude=sfx2.vpj uui/source/newerverwarn.hxx uui/source/newerverwarn.hxx
+--- uui/source/newerverwarn.hxx	2008-05-06 23:56:41.000000000 -0400
++++ uui/source/newerverwarn.hxx	2008-05-06 23:59:58.000000000 -0400
 @@ -39,6 +39,7 @@
- #include <vcl/fixed.hxx>
- #include <sfx2/basedlgs.hxx>
+ 
+ #define RET_ASK_LATER   short( 100 )
  
 +#if 0
- namespace sfx2
+ namespace uui
  {
      class NewerVersionWarningDialog : public SfxModalDialog
 @@ -60,6 +61,7 @@ namespace sfx2
          ~NewerVersionWarningDialog();
      };
- } // namespace sfx2
+ } // namespace uui
 +#endif
  
- #endif // #ifndef _SFX2_NEWERVERSIONWARNING_HXX
+ #endif // #ifndef _NEWERVERSIONWARNING_HXX
  



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]