summaryrefslogtreecommitdiffstats
path: root/sw/source/filter/ww8/ww8par.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/ww8par.hxx')
-rw-r--r--sw/source/filter/ww8/ww8par.hxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/sw/source/filter/ww8/ww8par.hxx b/sw/source/filter/ww8/ww8par.hxx
index 5e9036d611ae..a0d54fcdbbfd 100644
--- a/sw/source/filter/ww8/ww8par.hxx
+++ b/sw/source/filter/ww8/ww8par.hxx
@@ -38,6 +38,7 @@
#include "ww8struc.hxx"
#include "ww8scan.hxx"
#include "ww8glsy.hxx"
+#include "ww8graf.hxx"
#include "wrtww8.hxx"
#include <msfilter.hxx>
#include <xmloff/odffields.hxx>
@@ -103,7 +104,6 @@ class SwAttrSet;
class GDIMetaFile;
struct ESelection;
class SfxItemSet;
-class wwZOrderer;
class OutlinerParaObject;
namespace com{namespace sun {namespace star{
@@ -1189,7 +1189,7 @@ private:
*/
std::unique_ptr<ImportProgress> m_xProgress;
- SwMSConvertControls *m_pFormImpl; // implementation of control
+ std::unique_ptr<SwMSConvertControls> m_xFormImpl; // implementation of control
SwFlyFrameFormat* m_pFlyFormatOfJustInsertedGraphic;
SwFrameFormat* m_pFormatOfJustInsertedApo;
@@ -1242,11 +1242,11 @@ private:
SdrModel* m_pDrawModel;
SdrPage* m_pDrawPg;
EditEngine* m_pDrawEditEngine;
- wwZOrderer *m_pWWZOrder;
+ std::unique_ptr<wwZOrderer> m_xWWZOrder;
SwFieldType* m_pNumFieldType; // for number circle
- SwMSDffManager* m_pMSDffManager;
+ std::unique_ptr<SwMSDffManager> m_xMSDffManager;
std::vector<OUString>* m_pAtnNames;
@@ -1862,8 +1862,6 @@ public: // really private, but can only be done public
eF_ResT Read_F_Shape(WW8FieldDesc* pF, OUString& rStr);
eF_ResT Read_F_HTMLControl( WW8FieldDesc* pF, OUString& rStr);
- void DeleteFormImpl();
-
short ImportSprm(const sal_uInt8* pPos, sal_Int32 nMemLen, sal_uInt16 nId = 0);
bool SearchRowEnd(WW8PLCFx_Cp_FKP* pPap,WW8_CP &rStartCp, int nLevel) const;