From 43cd14d317dd463a9e7c15fd6bcd6b289f96491f Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Fri, 16 Nov 2012 16:14:53 -0500 Subject: Fix the Windows build breakage by reorganizing svtools headers. Also removed a fair amount of implicit inline methods to promote use of more forward declaration. Change-Id: I5ad21f0d7abc85281708b7e87f1036b02a053627 --- sd/source/ui/animations/CustomAnimationList.cxx | 1 + sd/source/ui/dlg/custsdlg.cxx | 1 + sd/source/ui/dlg/dlgassim.cxx | 1 + sd/source/ui/dlg/sdtreelb.cxx | 1 + 4 files changed, 4 insertions(+) (limited to 'sd') diff --git a/sd/source/ui/animations/CustomAnimationList.cxx b/sd/source/ui/animations/CustomAnimationList.cxx index d63ac3b67fde..5a7200f39a95 100644 --- a/sd/source/ui/animations/CustomAnimationList.cxx +++ b/sd/source/ui/animations/CustomAnimationList.cxx @@ -46,6 +46,7 @@ #include "sdresid.hxx" #include "svtools/svlbitm.hxx" +#include "svtools/treelistentry.hxx" #include "res_bmp.hrc" #include "glob.hrc" diff --git a/sd/source/ui/dlg/custsdlg.cxx b/sd/source/ui/dlg/custsdlg.cxx index b1974fd4f572..0f89d7fe79ac 100644 --- a/sd/source/ui/dlg/custsdlg.cxx +++ b/sd/source/ui/dlg/custsdlg.cxx @@ -43,6 +43,7 @@ #include "app.hxx" #include "customshowlist.hxx" #include +#include "svtools/treelistentry.hxx" ///////////////////// diff --git a/sd/source/ui/dlg/dlgassim.cxx b/sd/source/ui/dlg/dlgassim.cxx index 43171daca5ef..aefaef16ec25 100644 --- a/sd/source/ui/dlg/dlgassim.cxx +++ b/sd/source/ui/dlg/dlgassim.cxx @@ -39,6 +39,7 @@ #include #include "svtools/svlbitm.hxx" +#include "svtools/treelistentry.hxx" #include "dlgassim.hxx" diff --git a/sd/source/ui/dlg/sdtreelb.cxx b/sd/source/ui/dlg/sdtreelb.cxx index 04b60ea104d3..a672ed972763 100644 --- a/sd/source/ui/dlg/sdtreelb.cxx +++ b/sd/source/ui/dlg/sdtreelb.cxx @@ -54,6 +54,7 @@ #include #include +#include "svtools/treelistentry.hxx" #include #include #include -- cgit