svx/source/sidebar/insert/InsertPropertyPanel.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 9d54c0355f37ced80fed1b24f238d4c8751a2345
Author: Pavel Janík <pavelja...@apache.org>
Date:   Tue May 14 18:59:35 2013 +0000

    Remove unused variable to prevent compiler warning.

diff --git a/svx/source/sidebar/insert/InsertPropertyPanel.cxx 
b/svx/source/sidebar/insert/InsertPropertyPanel.cxx
index c2e7235..72b4185 100755
--- a/svx/source/sidebar/insert/InsertPropertyPanel.cxx
+++ b/svx/source/sidebar/insert/InsertPropertyPanel.cxx
@@ -112,7 +112,6 @@ IMPL_LINK(InsertPropertyPanel, WindowEventListener, 
VclSimpleEvent*, pEvent)
         return 1;
 
     Window* pWindow = dynamic_cast<VclWindowEvent*>(pEvent)->GetWindow();
-    Window* pParent = pWindow->GetParent();
     ToolBox* pToolBox = dynamic_cast<ToolBox*>(pWindow);
     if (pToolBox == NULL)
         return 1;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to