diff options
author | Tim Hardeck <thardeck@suse.de> | 2012-06-12 19:04:05 +0200 |
---|---|---|
committer | Tim Hardeck <thardeck@suse.de> | 2012-06-15 13:38:56 +0200 |
commit | 6484ccb4edad34d03d1300929fe20788f41b255e (patch) | |
tree | 81889977e5eebedc929206a82baaa00c30512090 /starmath/qa | |
parent | 4ad231a6abea556ce7815fc6dafc9aebb87a4e26 (diff) |
move zoomitem from svx to sfx2
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
Diffstat (limited to 'starmath/qa')
-rw-r--r-- | starmath/qa/cppunit/test_starmath.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/qa/cppunit/test_starmath.cxx b/starmath/qa/cppunit/test_starmath.cxx index e59687ff2b18..ba30ac62028b 100644 --- a/starmath/qa/cppunit/test_starmath.cxx +++ b/starmath/qa/cppunit/test_starmath.cxx @@ -55,7 +55,7 @@ #include <editeng/editeng.hxx> #include <editeng/editview.hxx> -#include <svx/zoomitem.hxx> +#include <sfx2/zoomitem.hxx> SO2_DECL_REF(SmDocShell) SO2_IMPL_REF(SmDocShell) |