ooo-build r14969 - in branches/opensuse-11-1: . patches/dev300
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r14969 - in branches/opensuse-11-1: . patches/dev300
- Date: Tue, 30 Dec 2008 11:29:06 +0000 (UTC)
Author: tml
Date: Tue Dec 30 11:29:06 2008
New Revision: 14969
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14969&view=rev
Log:
2008-12-30 Tor Lillqvist <tml novell com>
* patches/dev300/layoutdialogs2-development.diff
(toolkit/source/layout/core/container.hxx): Mark the Container
class TOOLKIT_DLLPUBLIC so that sfx2 builds on Win32 without an
undefined reference to public: virtual bool __thiscall
layoutimpl::Container::emptyVisible(void).
Modified:
branches/opensuse-11-1/ChangeLog
branches/opensuse-11-1/patches/dev300/layoutdialogs2-development.diff
Modified: branches/opensuse-11-1/patches/dev300/layoutdialogs2-development.diff
==============================================================================
--- branches/opensuse-11-1/patches/dev300/layoutdialogs2-development.diff (original)
+++ branches/opensuse-11-1/patches/dev300/layoutdialogs2-development.diff Tue Dec 30 11:29:06 2008
@@ -585,6 +585,15 @@
index 5cac33d..71fba80 100644
--- toolkit/source/layout/core/container.hxx
+++ toolkit/source/layout/core/container.hxx
+@@ -44,7 +44,7 @@
+ typedef ::cppu::WeakImplHelper2< css::awt::XLayoutContainer,
+ css::awt::XLayoutConstrains > Container_Base;
+
+-class Container : public Container_Base, public PropHelper, public PropHelper::Listener
++class TOOLKIT_DLLPUBLIC Container : public Container_Base, public PropHelper, public PropHelper::Listener
+ {
+ friend class ChildProps;
+ protected:
@@ -73,6 +73,8 @@ public:
Container();
virtual ~Container() {}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]