ooo-build r12278 - in trunk: . patches/dev300



Author: rengelhard
Date: Tue Apr 22 11:08:53 2008
New Revision: 12278
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12278&view=rev

Log:
2008-04-22  Rene Engelhard  <rene debian org>

        * patches/dev300/apply,
          patches/dev300/buildfix-sdext-double-qualification.diff: fix
          presenter screen build


Added:
   trunk/patches/dev300/buildfix-sdext-double-qualification.diff
Modified:
   trunk/ChangeLog
   trunk/patches/dev300/apply

Modified: trunk/patches/dev300/apply
==============================================================================
--- trunk/patches/dev300/apply	(original)
+++ trunk/patches/dev300/apply	Tue Apr 22 11:08:53 2008
@@ -905,6 +905,10 @@
 # fix the --enable-reportdesign configure check to work
 buildfix-enable-reportdesign-check.diff, i#87518, pmladek
 
+[ BuildBits >= dev300-m6 ]
+# double qulification
+buildfix-sdext-double-qualification.diff, i#88584
+
 [ NovellOnlyWin32 ]
 SectionOwner => tml
 

Added: trunk/patches/dev300/buildfix-sdext-double-qualification.diff
==============================================================================
--- (empty file)
+++ trunk/patches/dev300/buildfix-sdext-double-qualification.diff	Tue Apr 22 11:08:53 2008
@@ -0,0 +1,17 @@
+? unxlngx6.pro
+Index: source/presenter/PresenterConfigurationAccess.hxx
+===================================================================
+RCS file: /cvs/graphics/sdext/source/presenter/PresenterConfigurationAccess.hxx,v
+retrieving revision 1.3
+diff -u -u -r1.3 PresenterConfigurationAccess.hxx
+--- source/presenter/PresenterConfigurationAccess.hxx	11 Apr 2008 11:21:15 -0000	1.3
++++ source/presenter/PresenterConfigurationAccess.hxx	22 Apr 2008 11:01:19 -0000
+@@ -126,7 +126,7 @@
+         @param rList
+             The list to be filled.
+     */
+-    static void PresenterConfigurationAccess::FillList(
++    static void FillList(
+         const css::uno::Reference<css::container::XNameAccess>& rxContainer,
+         const ::rtl::OUString& rsArgument,
+         ::std::vector<rtl::OUString>& rList);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]