diff options
Diffstat (limited to 'sc/source/ui/view/viewfun6.cxx')
-rw-r--r-- | sc/source/ui/view/viewfun6.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sc/source/ui/view/viewfun6.cxx b/sc/source/ui/view/viewfun6.cxx index 9fbc5b49e886..0374f4f14ff0 100644 --- a/sc/source/ui/view/viewfun6.cxx +++ b/sc/source/ui/view/viewfun6.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <svx/svdundo.hxx> +#include <formula/token.hxx> #include <svx/svdocapt.hxx> #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> @@ -28,25 +28,21 @@ #include <sal/log.hxx> #include <viewfunc.hxx> -#include <detfunc.hxx> -#include <detdata.hxx> #include <viewdata.hxx> #include <drwlayer.hxx> #include <docsh.hxx> -#include <undocell.hxx> #include <futext.hxx> #include <docfunc.hxx> #include <sc.hrc> #include <fusel.hxx> #include <reftokenhelper.hxx> #include <externalrefmgr.hxx> -#include <formulacell.hxx> #include <markdata.hxx> #include <drawview.hxx> -#include <globalnames.hxx> #include <inputhdl.hxx> #include <tabvwsh.hxx> #include <scmod.hxx> +#include <postit.hxx> #include <vector> |