[Libreoffice-commits] core.git: ucb/source

Tor Lillqvist tml at iki.fi
Mon Sep 2 10:49:56 PDT 2013


 ucb/source/ucp/cmis/cmis_content.cxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 3c4c6bbdfab918019c08c28753f2e18246e49f3d
Author: Tor Lillqvist <tml at iki.fi>
Date:   Mon Sep 2 20:49:30 2013 +0300

    WaE: unused variables
    
    Change-Id: I0c93ca3875d8cd6fe009018e79847142b4e64bfd

diff --git a/ucb/source/ucp/cmis/cmis_content.cxx b/ucb/source/ucp/cmis/cmis_content.cxx
index 1d5d8dd..944a563 100644
--- a/ucb/source/ucp/cmis/cmis_content.cxx
+++ b/ucb/source/ucp/cmis/cmis_content.cxx
@@ -600,7 +600,6 @@ namespace cmis
                 }
                 else if ( rProp.Name == "TitleOnServer" )
                 {
-                    string path;
                     xRow->appendString( rProp, m_sObjectPath);
                 }
                 else if ( rProp.Name == "IsReadOnly" )
@@ -1490,8 +1489,6 @@ namespace cmis
 
     OUString Content::getParentURL( )
     {
-        OUString sRet;
-
         SAL_INFO( "ucb.ucp.cmis", "Content::getParentURL()" );
         OUString parentUrl = OUString( "/" );
         if ( m_sObjectPath == "/" )
@@ -1499,7 +1496,6 @@ namespace cmis
         else
         {
             INetURLObject aParentUrl( m_sURL );
-            string sName = OUSTR_TO_STDSTR( aParentUrl.getName( INetURLObject::LAST_SEGMENT, true, INetURLObject::DECODE_WITH_CHARSET ) );
             aParentUrl.removeSegment( );
             return aParentUrl.GetMainURL( INetURLObject::NO_DECODE );
         }


More information about the Libreoffice-commits mailing list