From 6484ccb4edad34d03d1300929fe20788f41b255e Mon Sep 17 00:00:00 2001 From: Tim Hardeck Date: Tue, 12 Jun 2012 19:04:05 +0200 Subject: move zoomitem from svx to sfx2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To allow using SvxZoomItem in sfx2 zoomitem is moved from svx to sfx2. This patch does base on Caolán McNamara's patch he sent to the mailing list. Change-Id: I4d245f938d92ad3a20b692f5f76d8e0d00b1a648 --- sc/inc/appoptio.hxx | 2 +- sc/source/ui/app/typemap.cxx | 2 +- sc/source/ui/inc/prevwsh.hxx | 2 +- sc/source/ui/inc/ui_pch.hxx | 2 +- sc/source/ui/inc/viewdata.hxx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'sc') diff --git a/sc/inc/appoptio.hxx b/sc/inc/appoptio.hxx index d4cc424f5d46..dd0cadb253e4 100644 --- a/sc/inc/appoptio.hxx +++ b/sc/inc/appoptio.hxx @@ -30,7 +30,7 @@ #define SC_APPOPTIO_HXX #include -#include +#include #include #include "scdllapi.h" #include "scmod.hxx" diff --git a/sc/source/ui/app/typemap.cxx b/sc/source/ui/app/typemap.cxx index 257d9111e73c..075b9a1458ee 100644 --- a/sc/source/ui/app/typemap.cxx +++ b/sc/source/ui/app/typemap.cxx @@ -43,7 +43,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sc/source/ui/inc/prevwsh.hxx b/sc/source/ui/inc/prevwsh.hxx index 0f89fc7745d9..f62165f0390a 100644 --- a/sc/source/ui/inc/prevwsh.hxx +++ b/sc/source/ui/inc/prevwsh.hxx @@ -34,7 +34,7 @@ class ScrollBar; #include "address.hxx" #include #include -#include +#include #include "shellids.hxx" diff --git a/sc/source/ui/inc/ui_pch.hxx b/sc/source/ui/inc/ui_pch.hxx index 47fab6e02ddd..a5c129bceff4 100644 --- a/sc/source/ui/inc/ui_pch.hxx +++ b/sc/source/ui/inc/ui_pch.hxx @@ -135,7 +135,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sc/source/ui/inc/viewdata.hxx b/sc/source/ui/inc/viewdata.hxx index 6ae8da2f8e23..4a08a9d545b4 100644 --- a/sc/source/ui/inc/viewdata.hxx +++ b/sc/source/ui/inc/viewdata.hxx @@ -28,7 +28,7 @@ #ifndef SC_VIEWDATA_HXX #define SC_VIEWDATA_HXX -#include +#include #include "scdllapi.h" #include "viewopti.hxx" -- cgit