ooo-build r12833 - in trunk: . patches/vba



Author: jiaojh
Date: Sat Jun  7 03:57:28 2008
New Revision: 12833
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12833&view=rev

Log:
    * patches/vba/vba-check-for-macro.diff:
      miss SAL_CALL for virtual function declare


Modified:
   trunk/ChangeLog
   trunk/patches/vba/vba-check-for-macro.diff

Modified: trunk/patches/vba/vba-check-for-macro.diff
==============================================================================
--- trunk/patches/vba/vba-check-for-macro.diff	(original)
+++ trunk/patches/vba/vba-check-for-macro.diff	Sat Jun  7 03:57:28 2008
@@ -113,7 +113,7 @@
          throw (::com::sun::star::uno::RuntimeException);
 -
 +    // XLibraryQueryExecutable
-+    virtual sal_Bool HasExecutableCode(const rtl::OUString&)
++    virtual sal_Bool SAL_CALL HasExecutableCode(const rtl::OUString&)
 +        throw (::com::sun::star::uno::RuntimeException);
      // Service
  	static ::com::sun::star::uno::Sequence< ::rtl::OUString > getSupportedServiceNames_static();
@@ -161,7 +161,7 @@
                 ::com::sun::star::uno::RuntimeException);
 -
 +    // XLibraryQueryExecutable
-+    virtual sal_Bool HasExecutableCode(const rtl::OUString&)
++    virtual sal_Bool SAL_CALL HasExecutableCode(const rtl::OUString&)
 +        throw (::com::sun::star::uno::RuntimeException);
      // Methods XServiceInfo
      virtual ::rtl::OUString SAL_CALL getImplementationName( )



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