Author: paveljanik
Date: Wed Apr 10 17:43:27 2013
New Revision: 1466587
URL: http://svn.apache.org/r1466587
Log:
Remove unused variable to prevent WaE.
Modified:
openoffice/trunk/main/sfx2/source/sidebar/ContextList.cxx
Modified: openoffice/trunk/main/sfx2/source/sidebar/ContextList.cxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/sfx2/source/sidebar/ContextList.cxx?rev=1466587&r1=1466586&r2=1466587&view=diff
==============================================================================
--- openoffice/trunk/main/sfx2/source/sidebar/ContextList.cxx (original)
+++ openoffice/trunk/main/sfx2/source/sidebar/ContextList.cxx Wed Apr 10
17:43:27 2013
@@ -28,11 +28,6 @@ using ::rtl::OUString;
namespace sfx2 { namespace sidebar {
-namespace {
- static const sal_Char* gsAny = "any";
-}
-
-
ContextList::ContextList (void)
: maEntries()