[Libreoffice-commits] core.git: Branch 'aoo/trunk' - svx/source
Pavel JanÃk
paveljanik at apache.org
Tue May 14 13:07:28 PDT 2013
svx/source/sidebar/insert/InsertPropertyPanel.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 9d54c0355f37ced80fed1b24f238d4c8751a2345
Author: Pavel JanÃk <paveljanik at 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;
More information about the Libreoffice-commits
mailing list