ooo-build r14394 - in trunk: . patches/dev300
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r14394 - in trunk: . patches/dev300
- Date: Wed, 22 Oct 2008 16:38:51 +0000 (UTC)
Author: tml
Date: Wed Oct 22 16:38:51 2008
New Revision: 14394
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14394&view=rev
Log:
2008-10-22 Tor Lillqvist <tml novell com>
* patches/dev300/layout-simple-dialogs-toolkit.diff: Fix
compilation error with MSVC: SfxChildWinInfo is a struct, not a
class. MSVC mangles class and struct type names differently (a 'V'
vs. a 'U' in the mangled symbol), gcc doesn't.
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 Wed Oct 22 16:38:51 2008
@@ -299,7 +299,7 @@
+class PushButton;
+class RadioButton;
+class ResId;
-+class SfxChildWinInfo;
++struct SfxChildWinInfo;
+class TabControl;
+class TabPage;
+class VCLXRadioButton;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]