You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pa...@apache.org on 2012/04/17 11:27:56 UTC

svn commit: r1327008 - /incubator/ooo/trunk/main/vcl/source/app/settings.cxx

Author: paveljanik
Date: Tue Apr 17 09:27:56 2012
New Revision: 1327008

URL: http://svn.apache.org/viewvc?rev=1327008&view=rev
Log:
WaE: Remove unused variable.

Modified:
    incubator/ooo/trunk/main/vcl/source/app/settings.cxx

Modified: incubator/ooo/trunk/main/vcl/source/app/settings.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/vcl/source/app/settings.cxx?rev=1327008&r1=1327007&r2=1327008&view=diff
==============================================================================
--- incubator/ooo/trunk/main/vcl/source/app/settings.cxx (original)
+++ incubator/ooo/trunk/main/vcl/source/app/settings.cxx Tue Apr 17 09:27:56 2012
@@ -778,7 +778,6 @@ sal_uLong StyleSettings::GetCurrentSymbo
 
 sal_uLong StyleSettings::GetAutoSymbolsStyle() const
 {
-    const ::rtl::OUString&      rDesktopEnvironment = Application::GetDesktopEnvironment();
     sal_uLong                       nRet = STYLE_SYMBOLS_DEFAULT;
     bool                        bCont = true;