ooo-build r14166 - in trunk: . patches/dev300
- From: noelpwer svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r14166 - in trunk: . patches/dev300
- Date: Wed, 1 Oct 2008 10:38:51 +0000 (UTC)
Author: noelpwer
Date: Wed Oct 1 10:38:51 2008
New Revision: 14166
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14166&view=rev
Log:
2008-10-01 Noel Power <noel power novell com>
* patches/dev300/layout-simple-dialogs-toolkit.diff: fix windows build
errors
* patches/dev300/layout-simple-dialogs-vcl.diff: ditto
Modified:
trunk/ChangeLog
trunk/patches/dev300/layout-simple-dialogs-toolkit.diff
trunk/patches/dev300/layout-simple-dialogs-vcl.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 Wed Oct 1 10:38:51 2008
@@ -16710,13 +16710,13 @@
+/// mxWindow.clear ();
+}
+
-+void ControlImpl::SAL_CALL focusGained (awt::FocusEvent const&)
++void SAL_CALL ControlImpl::focusGained (awt::FocusEvent const&)
+ throw (uno::RuntimeException)
+{
+ mGetFocusHdl.Call (mpWindow);
+}
+
-+void ControlImpl::SAL_CALL focusLost (awt::FocusEvent const&)
++void SAL_CALL ControlImpl::focusLost (awt::FocusEvent const&)
+ throw (uno::RuntimeException)
+{
+ mLoseFocusHdl.Call (mpWindow);
Modified: trunk/patches/dev300/layout-simple-dialogs-vcl.diff
==============================================================================
--- trunk/patches/dev300/layout-simple-dialogs-vcl.diff (original)
+++ trunk/patches/dev300/layout-simple-dialogs-vcl.diff Wed Oct 1 10:38:51 2008
@@ -6,7 +6,7 @@
void SetFocusRect( const Rectangle& rFocusRect );
const Rectangle& GetFocusRect() const;
-+ void SetSmallSymbol (bool small=true);
++ void SetSmallSymbol (bool bSmall=true);
+ bool IsSmallSymbol () const;
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]