From 360d6bf4fd1241af47f55648b7597fda3120390a Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Thu, 25 Apr 2013 12:11:25 +0200 Subject: update pch Change-Id: I67e73438312f2a672e71762ee6707ec5d425bb47 --- svtools/inc/pch/precompiled_svt.hxx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'svtools') diff --git a/svtools/inc/pch/precompiled_svt.hxx b/svtools/inc/pch/precompiled_svt.hxx index c17df22d1a8f..04515152915b 100644 --- a/svtools/inc/pch/precompiled_svt.hxx +++ b/svtools/inc/pch/precompiled_svt.hxx @@ -14,6 +14,11 @@ also fixes all possible problems, so it's usually better to use it). */ +#include "DocumentToGraphicRenderer.hxx" +#include "GraphicExportOptionsDialog.hxx" +#include "PlaceEditDialog.hxx" +#include "ServerDetailsControls.hxx" +#include "bindablecontrolhelper.hxx" #include "com/sun/star/beans/XPropertySet.hpp" #include "com/sun/star/document/XDocumentProperties.hpp" #include "com/sun/star/script/Converter.hpp" @@ -28,6 +33,7 @@ #include "comphelper/servicedecl.hxx" #include "comphelper/string.hxx" #include "cppuhelper/implementationentry.hxx" +#include "inetimg.hxx" #include "osl/diagnose.h" #include "rtl/ustring.hxx" #include "sal/config.h" @@ -259,6 +265,7 @@ #include #include #include +#include #include #include #include @@ -329,7 +336,6 @@ #include #include #include -#include #include #include #include -- cgit