[Libreoffice-commits] core.git: svx/source
Tor Lillqvist
tml at collabora.com
Thu Sep 5 12:00:22 PDT 2013
svx/source/sidebar/PanelFactory.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 8ce9544cab01574c31faa6f931dede0d4e00f02b
Author: Tor Lillqvist <tml at collabora.com>
Date: Thu Sep 5 21:58:31 2013 +0300
Include <sfx2/sidebar/Tools.hxx> for A2S
It is included in the precompiled svx header, so have to include it
explicitly too for A2S to be visible in the non-pch case.
Change-Id: Ic90272699979001645b42eebba9bb27dce2b7022
diff --git a/svx/source/sidebar/PanelFactory.cxx b/svx/source/sidebar/PanelFactory.cxx
index b98ac3c..aefe017 100644
--- a/svx/source/sidebar/PanelFactory.cxx
+++ b/svx/source/sidebar/PanelFactory.cxx
@@ -30,6 +30,7 @@
#include "debug/NotYetImplementedPanel.hxx"
#include "EmptyPanel.hxx"
#include <sfx2/sidebar/SidebarPanelBase.hxx>
+#include <sfx2/sidebar/Tools.hxx>
#include <sfx2/sfxbasecontroller.hxx>
#include <sfx2/templdlg.hxx>
#include <toolkit/helper/vclunohelper.hxx>
More information about the Libreoffice-commits
mailing list