ooo-build r13498 - in trunk: . patches/dev300



Author: tml
Date: Fri Aug  8 10:28:27 2008
New Revision: 13498
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13498&view=rev

Log:
2008-08-08  Tor Lillqvist  <tml novell com>

	* patches/dev300/layout-simple-dialogs-sc.diff: Add two missing
	SAL_CALL decorations.



Modified:
   trunk/ChangeLog
   trunk/patches/dev300/layout-simple-dialogs-toolkit.diff

Modified: trunk/patches/dev300/layout-simple-dialogs-toolkit.diff
==============================================================================
--- trunk/patches/dev300/layout-simple-dialogs-toolkit.diff	(original)
+++ trunk/patches/dev300/layout-simple-dialogs-toolkit.diff	Fri Aug  8 10:28:27 2008
@@ -1103,11 +1103,11 @@
 -                    }
 -            }
 -        }
-+        void itemStateChanged( const css::awt::ItemEvent& e )
++        void SAL_CALL itemStateChanged( const css::awt::ItemEvent& e )
 +            throw (css::uno::RuntimeException);
 +
 +        // awt::XActionListener
-+        void actionPerformed( const css::awt::ActionEvent& e )
++        void SAL_CALL actionPerformed( const css::awt::ActionEvent& e )
 +            throw (css::uno::RuntimeException);
  
          // lang::XEventListener



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