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



Author: rengelhard
Date: Tue Jul 15 23:51:26 2008
New Revision: 13236
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13236&view=rev

Log:
fix build with >= m22

Modified:
   trunk/ChangeLog
   trunk/patches/dev300/ui-desktop-integration.diff

Modified: trunk/patches/dev300/ui-desktop-integration.diff
==============================================================================
--- trunk/patches/dev300/ui-desktop-integration.diff	(original)
+++ trunk/patches/dev300/ui-desktop-integration.diff	Tue Jul 15 23:51:26 2008
@@ -178,7 +178,7 @@
 +        Reference< XLayoutManager > xLayoutManager;
 +        Reference< XPropertySet > xFramePropSet( m_xFrame, UNO_QUERY );
 +        if ( xFramePropSet.is() )
-+            a = xFramePropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" )));
++            a = xFramePropSet->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" )));
 +        a >>= xLayoutManager;
 +        Reference< XDockableWindow > xDockable( VCLUnoHelper::GetInterface( m_pToolBar ), UNO_QUERY );
 +        if ( xLayoutManager.is() && xDockable.is() )



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