summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-05-01 07:21:08 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-05-03 01:32:09 +0900
commitcbc99cf1de7bc99df41af166e241fdf47f702f5b (patch)
tree23ed7a300e817b0334e26dffa1173699017b4e77 /svx
parente8abc2e2467aa7da200b9ed02db74cb0651b9306 (diff)
include header for ConvertGDIMetaFileToWMF()
Change-Id: Ic80c12a3e9c4cb5e3ce01fa84384e1c7bdbe3057
Diffstat (limited to 'svx')
-rw-r--r--svx/source/unodraw/unoshap2.cxx3
-rw-r--r--svx/source/unodraw/unoshap4.cxx5
-rw-r--r--svx/source/unodraw/unoshape.cxx3
3 files changed, 3 insertions, 8 deletions
diff --git a/svx/source/unodraw/unoshap2.cxx b/svx/source/unodraw/unoshap2.cxx
index f3c5548fce23..3c85086a884b 100644
--- a/svx/source/unodraw/unoshap2.cxx
+++ b/svx/source/unodraw/unoshap2.cxx
@@ -70,6 +70,7 @@
#include <basegfx/tools/unotools.hxx>
#include <comphelper/servicehelper.hxx>
+#include <svtools/wmf.hxx>
using ::rtl::OUString;
using namespace ::osl;
@@ -85,8 +86,6 @@ using namespace ::com::sun::star::container;
class GDIMetaFile;
class SvStream;
-sal_Bool ConvertGDIMetaFileToWMF( const GDIMetaFile & rMTF, SvStream & rTargetStream,
- FilterConfigItem* pFilterConfigItem = NULL, sal_Bool bPlaceable = sal_True );
/***********************************************************************
* class SvxShapeGroup *
diff --git a/svx/source/unodraw/unoshap4.cxx b/svx/source/unodraw/unoshap4.cxx
index ecd95794a1db..03b723acee6c 100644
--- a/svx/source/unodraw/unoshap4.cxx
+++ b/svx/source/unodraw/unoshap4.cxx
@@ -60,10 +60,7 @@
#include "svx/svdview.hxx"
#include "svx/svdglob.hxx"
#include "svx/svdstr.hrc"
-
-///////////////////////////////////////////////////////////////////////
-
-extern sal_Bool ConvertGDIMetaFileToWMF( const GDIMetaFile & rMTF, SvStream & rTargetStream, FilterConfigItem* pFilterConfigItem = NULL, sal_Bool bPlaceable = sal_True );
+#include <svtools/wmf.hxx>
///////////////////////////////////////////////////////////////////////
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx
index 9db3fa342972..16af6ec00883 100644
--- a/svx/source/unodraw/unoshape.cxx
+++ b/svx/source/unodraw/unoshape.cxx
@@ -102,6 +102,7 @@
#include "svx/extrud3d.hxx"
#include <boost/bind.hpp>
+#include <svtools/wmf.hxx>
using ::rtl::OUString;
using namespace ::osl;
@@ -115,8 +116,6 @@ using ::svx::IPropertyValueProvider;
class GDIMetaFile;
class SvStream;
-sal_Bool ConvertGDIMetaFileToWMF( const GDIMetaFile & rMTF, SvStream & rTargetStream,
- FilterConfigItem* pFilterConfigItem = NULL, sal_Bool bPlaceable = sal_True );
uno::Reference< uno::XInterface > SAL_CALL SvxUnoGluePointAccess_createInstance( SdrObject* pObject );