Author: paveljanik
Date: Tue May 14 18:59:35 2013
New Revision: 1482523
URL: http://svn.apache.org/r1482523
Log:
Remove unused variable to prevent compiler warning.
Modified:
openoffice/trunk/main/svx/source/sidebar/insert/InsertPropertyPanel.cxx
Modified:
openoffice/trunk/main/svx/source/sidebar/insert/InsertPropertyPanel.cxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/svx/source/sidebar/insert/InsertPropertyPanel.cxx?rev=1482523&r1=1482522&r2=1482523&view=diff
==============================================================================
--- openoffice/trunk/main/svx/source/sidebar/insert/InsertPropertyPanel.cxx
(original)
+++ openoffice/trunk/main/svx/source/sidebar/insert/InsertPropertyPanel.cxx Tue
May 14 18:59:35 2013
@@ -112,7 +112,6 @@ IMPL_LINK(InsertPropertyPanel, WindowEve
return 1;
Window* pWindow = dynamic_cast<VclWindowEvent*>(pEvent)->GetWindow();
- Window* pParent = pWindow->GetParent();
ToolBox* pToolBox = dynamic_cast<ToolBox*>(pWindow);
if (pToolBox == NULL)
return 1;