[ooo-build-commit] .: patches/dev300

Radek Doulík rodo at kemper.freedesktop.org
Thu Jul 15 06:27:59 PDT 2010


 patches/dev300/svx-fix-layout-build.diff |   35 +++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

New commits:
commit efe375f7cc2091ffc3f18ecc6b943bcae3efe917
Author: Radek Doulik <rodo at novell.com>
Date:   Thu Jul 15 15:27:39 2010 +0200

    added forgotten file
    
    * patches/dev300/svx-fix-layout-build.diff:

diff --git a/patches/dev300/svx-fix-layout-build.diff b/patches/dev300/svx-fix-layout-build.diff
new file mode 100644
index 0000000..bed950e
--- /dev/null
+++ b/patches/dev300/svx-fix-layout-build.diff
@@ -0,0 +1,35 @@
+diff -rup ../dev300-m83-orig/svx/inc/srchdlg.hxx svx/inc/srchdlg.hxx
+--- ../dev300-m83-orig/svx/inc/srchdlg.hxx	2010-07-15 15:06:45.000000000 +0200
++++ svx/inc/srchdlg.hxx	2010-07-13 15:24:59.000000000 +0200
+@@ -99,9 +99,6 @@ public:
+ 
+ // class SvxSearchDialogWrapper ------------------------------------------
+ 
+-#include <sfx2/layout.hxx>
+-#include <sfx2/layout-pre.hxx>
+-
+ class SvxSearchDialog;
+ class SVX_DLLPUBLIC SvxSearchDialogWrapper : public SfxChildWindow
+ {
+@@ -115,6 +112,9 @@ public:
+     SFX_DECL_CHILDWINDOW(SvxSearchDialogWrapper);
+ };
+ 
++#include <sfx2/layout.hxx>
++#include <sfx2/layout-pre.hxx>
++
+ // class SvxSearchDialog -------------------------------------------------
+ 
+ /*
+diff -rup ../dev300-m83-orig/svx/source/dialog/srchdlg.cxx svx/source/dialog/srchdlg.cxx
+--- ../dev300-m83-orig/svx/source/dialog/srchdlg.cxx	2010-07-15 15:06:45.000000000 +0200
++++ svx/source/dialog/srchdlg.cxx	2010-07-13 15:26:06.000000000 +0200
+@@ -2539,6 +2539,8 @@ void SvxSearchDialog::SaveToModule_Impl(
+     rBindings.GetDispatcher()->Execute( SID_SEARCH_ITEM, SFX_CALLMODE_SLOT, ppArgs );
+ }
+ 
++#include <sfx2/layout-post.hxx>
++
+ // class SvxSearchDialogWrapper ------------------------------------------
+ 
+ SFX_IMPL_CHILDWINDOW(SvxSearchDialogWrapper, SID_SEARCH_DLG);


More information about the ooo-build-commit mailing list