diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-09-05 20:00:17 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-09-05 20:00:43 +0200 |
commit | 286d04a96e11edc21395076becb26940c29b908a (patch) | |
tree | b046bc72a263575a2bb27d99912440d02d5c372e /starmath/inc | |
parent | c37cd33fad388ad486d42f008f9908784611fe23 (diff) |
update pch
Change-Id: I6d5e8d3fd69189935a3338fee19b60022f70a7eb
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/pch/precompiled_sm.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/starmath/inc/pch/precompiled_sm.hxx b/starmath/inc/pch/precompiled_sm.hxx index 5fd3a3819828..0924f77d873a 100644 --- a/starmath/inc/pch/precompiled_sm.hxx +++ b/starmath/inc/pch/precompiled_sm.hxx @@ -63,7 +63,6 @@ #include <comphelper/accessibleeventnotifier.hxx> #include <comphelper/accessibletexthelper.hxx> #include <comphelper/classids.hxx> -#include <comphelper/componentcontext.hxx> #include <comphelper/genericpropertyset.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/propertysetinfo.hxx> @@ -98,7 +97,6 @@ #include <osl/diagnose.h> #include <osl/mutex.hxx> #include <osl/thread.h> -#include <rtl/logfile.hxx> #include <rtl/math.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/ustring.hxx> @@ -157,6 +155,8 @@ #include <svx/ucsubset.hxx> #include <svx/xmlsecctrl.hxx> #include <svx/zoomctrl.hxx> +#include <svx/zoomsliderctrl.hxx> +#include <svx/zoomslideritem.hxx> #include <toolkit/awt/vclxdevice.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <tools/color.hxx> @@ -181,8 +181,10 @@ #include <unotools/saveopt.hxx> #include <unotools/streamwrap.hxx> #include <unotools/syslocale.hxx> +#include <vcl/builder.hxx> #include <vcl/decoview.hxx> #include <vcl/help.hxx> +#include <vcl/layout.hxx> #include <vcl/lineinfo.hxx> #include <vcl/mapmod.hxx> #include <vcl/menu.hxx> |