regenerate pch

Change-Id: I130bfbeaf8723f0f9ee38051c8acf32cb7f5ba85
This commit is contained in:
Peter Foley
2013-02-28 19:55:13 -05:00
parent 59d02d3a3b
commit 1ceabe1101
7 changed files with 10 additions and 3 deletions

View File

@@ -247,6 +247,7 @@
#include <com/sun/star/ui/XContextMenuInterceptor.hpp>
#include <com/sun/star/ui/XImageManager.hpp>
#include <com/sun/star/ui/XUIConfigurationManager.hpp>
#include <com/sun/star/ui/XUIElement.hpp>
#include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp>
#include <com/sun/star/ui/dialogs/FolderPicker.hpp>
#include <com/sun/star/ui/dialogs/TemplateDescription.hpp>

View File

@@ -7,6 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include "basegfx/matrix/b2dhommatrix.hxx"
#include "basegfx/polygon/b2dpolygon.hxx"
#include "basegfx/polygon/b2dpolygontools.hxx"
#include "basegfx/range/b2drange.hxx"
@@ -893,6 +894,7 @@
#include <unotools/useroptions.hxx>
#include <utility>
#include <vbahelper/vbaaccesshelper.hxx>
#include <vcl/builder.hxx>
#include <vcl/cursor.hxx>
#include <vcl/decoview.hxx>
#include <vcl/field.hxx>

View File

@@ -441,6 +441,7 @@
#include <new>
#include <numeric>
#include <o3tl/compat_functional.hxx>
#include <officecfg/Office/Common.hxx>
#include <officecfg/Office/Impress.hxx>
#include <osl/diagnose.h>
#include <osl/diagnose.hxx>
@@ -469,6 +470,7 @@
#include <sfx2/bindings.hxx>
#include <sfx2/childwin.hxx>
#include <sfx2/ctrlitem.hxx>
#include <sfx2/dinfdlg.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/docfac.hxx>
#include <sfx2/docfile.hxx>

View File

@@ -246,13 +246,13 @@
#include <unotools/ucbstreamhelper.hxx>
#include <utility>
#include <vcl/cvtgrf.hxx>
#include <vcl/embeddedfontshelper.hxx>
#include <vcl/font.hxx>
#include <vcl/graph.hxx>
#include <vcl/graphicfilter.hxx>
#include <vcl/outdev.hxx>
#include <vcl/salbtype.hxx>
#include <vcl/svapp.hxx>
#include <vcl/embeddedfontshelper.hxx>
#include <vcl/vclenum.hxx>
#include <vcl/virdev.hxx>
#include <vcl/wmf.hxx>

View File

@@ -601,6 +601,7 @@
#include <osl/mutex.hxx>
#include <osl/thread.hxx>
#include <rsc/rscsfx.hxx>
#include <rtl/bootstrap.hxx>
#include <rtl/instance.hxx>
#include <rtl/logfile.hxx>
#include <rtl/math.hxx>
@@ -771,6 +772,7 @@
#include <svx/chrtitem.hxx>
#include <svx/clipboardctl.hxx>
#include <svx/clipfmtitem.hxx>
#include <svx/compressgraphicdialog.hxx>
#include <svx/contdlg.hxx>
#include <svx/ctredlin.hxx>
#include <svx/dataaccessdescriptor.hxx>
@@ -1090,6 +1092,7 @@
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmltypes.hxx>
#include <xmloff/xmluconv.hxx>
#include <xmlreader/xmlreader.hxx>
#include<vcl/window.hxx>
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -206,10 +206,10 @@
#include <unotools/localfilehelper.hxx>
#include <unotools/streamwrap.hxx>
#include <unotools/ucbstreamhelper.hxx>
#include <vcl/embeddedfontshelper.hxx>
#include <vcl/graph.hxx>
#include <vcl/outdev.hxx>
#include <vcl/svapp.hxx>
#include <vcl/embeddedfontshelper.hxx>
#include <vcl/wmf.hxx>
#include <vector>
#include <xmloff/odffields.hxx>

View File

@@ -508,7 +508,6 @@
#include <rtl/math.hxx>
#include <rtl/strbuf.hxx>
#include <rtl/ustrbuf.hxx>
#include <rtl/ustring.h>
#include <rtl/ustring.hxx>
#include <sal/macros.h>
#include <sal/types.h>