diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-09-05 21:58:31 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-09-05 21:58:43 +0300 |
commit | 8ce9544cab01574c31faa6f931dede0d4e00f02b (patch) | |
tree | 0caa8618da81d7342031f79c2ed0d5544c5c9346 /svx/source/sidebar/PanelFactory.cxx | |
parent | 43e7617ffca7fafd73806f85ffdc693f7df33cb2 (diff) |
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
Diffstat (limited to 'svx/source/sidebar/PanelFactory.cxx')
-rw-r--r-- | svx/source/sidebar/PanelFactory.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/sidebar/PanelFactory.cxx b/svx/source/sidebar/PanelFactory.cxx index b98ac3c35dd0..aefe017979f3 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> |