summaryrefslogtreecommitdiff
path: root/vbahelper
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-02-06 12:50:45 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-02-06 12:55:43 +1100
commit249e3d6d1927705aac81fa7f40fccc5c82be43d7 (patch)
tree0ef2341deed4549db48c1ddd4bd54312bc6346a6 /vbahelper
parent9739aa9f40367a51dd71ce23f091e970d98947d5 (diff)
vcl: split exception types from input types
Having them in the file apptypes.hxx isn't necessary helpful, IMO so I've split the types into inputtypes.hxx and exceptiontypes.hxx Change-Id: I89a1ff168c3ae276b2f5486669d4ec2dda062d57
Diffstat (limited to 'vbahelper')
-rw-r--r--vbahelper/inc/pch/precompiled_msforms.hxx13
-rw-r--r--vbahelper/inc/pch/precompiled_vbahelper.hxx12
2 files changed, 15 insertions, 10 deletions
diff --git a/vbahelper/inc/pch/precompiled_msforms.hxx b/vbahelper/inc/pch/precompiled_msforms.hxx
index 1c6649250440..8094283ee14d 100644
--- a/vbahelper/inc/pch/precompiled_msforms.hxx
+++ b/vbahelper/inc/pch/precompiled_msforms.hxx
@@ -13,23 +13,23 @@
manual changes will be rewritten by the next run of update_pch.sh (which presumably
also fixes all possible problems, so it's usually better to use it).
- Generated on 2015-11-14 14:16:41 using:
+ Generated on 2016-02-06 12:33:34 using:
./bin/update_pch vbahelper msforms --cutoff=3 --exclude:system --include:module --include:local
If after updating build fails, use the following command to locate conflicting headers:
- ./bin/update_pch_bisect ./vbahelper/inc/pch/precompiled_msforms.hxx "/opt/lo/bin/make vbahelper.build" --find-conflicts
+ ./bin/update_pch_bisect ./vbahelper/inc/pch/precompiled_msforms.hxx "make vbahelper.build" --find-conflicts
*/
#include <algorithm>
#include <cassert>
#include <climits>
-#include <config_features.h>
#include <config_global.h>
#include <config_typesizes.h>
#include <config_vcl.h>
#include <cstddef>
#include <cstdlib>
#include <cstring>
+#include <deque>
#include <float.h>
#include <functional>
#include <iomanip>
@@ -110,6 +110,7 @@
#include <vcl/devicecoordinate.hxx>
#include <vcl/dllapi.h>
#include <vcl/event.hxx>
+#include <vcl/exceptiontypes.hxx>
#include <vcl/fntstyle.hxx>
#include <vcl/font.hxx>
#include <vcl/gdimtf.hxx>
@@ -120,6 +121,7 @@
#include <vcl/image.hxx>
#include <vcl/impdel.hxx>
#include <vcl/inputctx.hxx>
+#include <vcl/inputtypes.hxx>
#include <vcl/keycod.hxx>
#include <vcl/keycodes.hxx>
#include <vcl/lineinfo.hxx>
@@ -163,8 +165,10 @@
#include <basegfx/vector/b2ivector.hxx>
#include <basic/basicdllapi.h>
#include <basic/basmgr.hxx>
+#include <basic/codecompletecache.hxx>
#include <basic/sbdef.hxx>
#include <basic/sberrors.hxx>
+#include <basic/sbmod.hxx>
#include <basic/sbstar.hxx>
#include <basic/sbx.hxx>
#include <basic/sbxcore.hxx>
@@ -188,7 +192,6 @@
#include <com/sun/star/bridge/oleautomation/Decimal.hpp>
#include <com/sun/star/connection/XConnection.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
-#include <com/sun/star/datatransfer/DataFlavor.hpp>
#include <com/sun/star/document/CmisVersion.hpp>
#include <com/sun/star/drawing/LineCap.hpp>
#include <com/sun/star/drawing/XShape.hpp>
@@ -227,6 +230,7 @@
#include <com/sun/star/registry/XRegistryKey.hpp>
#include <com/sun/star/script/BasicErrorException.hpp>
#include <com/sun/star/script/ModuleInfo.hpp>
+#include <com/sun/star/script/XInvocation.hpp>
#include <com/sun/star/script/XLibraryContainer.hpp>
#include <com/sun/star/script/XStarBasicAccess.hpp>
#include <com/sun/star/script/XStorageBasedLibraryContainer.hpp>
@@ -317,7 +321,6 @@
#include <tools/fldunit.hxx>
#include <tools/fontenum.hxx>
#include <tools/gen.hxx>
-#include <tools/globname.hxx>
#include <tools/lineend.hxx>
#include <tools/link.hxx>
#include <tools/mapunit.hxx>
diff --git a/vbahelper/inc/pch/precompiled_vbahelper.hxx b/vbahelper/inc/pch/precompiled_vbahelper.hxx
index 1c336d21655c..0138fa5ba583 100644
--- a/vbahelper/inc/pch/precompiled_vbahelper.hxx
+++ b/vbahelper/inc/pch/precompiled_vbahelper.hxx
@@ -13,16 +13,16 @@
manual changes will be rewritten by the next run of update_pch.sh (which presumably
also fixes all possible problems, so it's usually better to use it).
- Generated on 2015-11-14 14:16:41 using:
+ Generated on 2016-02-06 12:33:42 using:
./bin/update_pch vbahelper vbahelper --cutoff=3 --exclude:system --exclude:module --include:local
If after updating build fails, use the following command to locate conflicting headers:
- ./bin/update_pch_bisect ./vbahelper/inc/pch/precompiled_vbahelper.hxx "/opt/lo/bin/make vbahelper.build" --find-conflicts
+ ./bin/update_pch_bisect ./vbahelper/inc/pch/precompiled_vbahelper.hxx "make vbahelper.build" --find-conflicts
*/
#include <cassert>
-#include <config_features.h>
#include <cstddef>
+#include <deque>
#include <exception>
#include <functional>
#include <memory>
@@ -51,24 +51,25 @@
#include <sal/config.h>
#include <sal/macros.h>
#include <sal/types.h>
-#include <vcl/apptypes.hxx>
#include <vcl/bitmap.hxx>
#include <vcl/cursor.hxx>
#include <vcl/dllapi.h>
#include <vcl/event.hxx>
#include <vcl/inputctx.hxx>
+#include <vcl/inputtypes.hxx>
#include <vcl/keycodes.hxx>
#include <vcl/metric.hxx>
#include <vcl/outdev.hxx>
#include <vcl/pointr.hxx>
#include <vcl/region.hxx>
#include <vcl/salnativewidgets.hxx>
-#include <vcl/timer.hxx>
#include <vcl/vclevent.hxx>
#include <vcl/vclptr.hxx>
#include <vcl/window.hxx>
#include <basic/basicdllapi.h>
+#include <basic/codecompletecache.hxx>
#include <basic/sbdef.hxx>
+#include <basic/sbmod.hxx>
#include <basic/sbx.hxx>
#include <basic/sbxdef.hxx>
#include <basic/sbxform.hxx>
@@ -91,6 +92,7 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XTypeProvider.hpp>
#include <com/sun/star/lang/XUnoTunnel.hpp>
+#include <com/sun/star/script/XInvocation.hpp>
#include <com/sun/star/script/XLibraryContainer.hpp>
#include <com/sun/star/script/provider/XScriptProviderSupplier.hpp>
#include <com/sun/star/security/DocumentSignatureInformation.hpp>