ooo-build r13676 - in trunk: . patches/dev300
- From: jannieuw svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r13676 - in trunk: . patches/dev300
- Date: Tue, 26 Aug 2008 12:21:48 +0000 (UTC)
Author: jannieuw
Date: Tue Aug 26 12:21:48 2008
New Revision: 13676
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13676&view=rev
Log:
2008-08-26 Jan Nieuwenhuizen <janneke gnu org>
* patches/dev300/layout-simple-dialogs-toolkit.diff: Append
Kohei's patch from
https://bugzilla.novell.com/attachment.cgi?id=235398. Fixes
n#417840.
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 Tue Aug 26 12:21:48 2008
@@ -1447,6 +1447,15 @@
index 015cf63..9c86730 100644
--- a/toolkit/source/vclcompat/wfield.cxx
+++ toolkit/source/vclcompat/wfield.cxx
+@@ -33,7 +33,7 @@
+
+ #include <comphelper/processfactory.hxx>
+ #include <com/sun/star/awt/XMetricField.hpp>
+-#include <com/sun/star/awt/XCurrencyField.hpp>
++#include <com/sun/star/awt/XNumericField.hpp>
+ #include <com/sun/star/awt/XTextComponent.hpp>
+ #include <com/sun/star/awt/XListBox.hpp>
+ #include <com/sun/star/awt/XComboBox.hpp>
@@ -40,6 +40,7 @@
#include <cppuhelper/implbase1.hxx>
#include <com/sun/star/awt/XActionListener.hpp>
@@ -1455,6 +1464,15 @@
using namespace ::com::sun::star;
+@@ -177,7 +177,7 @@ class FormatterBaseImpl
+ class NumericFormatterImpl : public FormatterBaseImpl
+ {
+ public:
+- uno::Reference< awt::XCurrencyField > mxField;
++ uno::Reference< awt::XNumericField > mxField;
+ explicit NumericFormatterImpl( const PeerHandle &xPeer )
+ : FormatterBaseImpl( xPeer )
+ , mxField( xPeer, uno::UNO_QUERY )
@@ -308,7 +309,7 @@ public:
{
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]