summaryrefslogtreecommitdiffstats
path: root/include/filter
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-02 10:02:20 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-03 09:06:56 +0200
commit60fd81d83a2dbcb64a38910de49f8e2620353702 (patch)
treebd4757f6d14f7d422621e202136d0581b0a32e2e /include/filter
parenttdf#107255: add test case for the multi-cell query method. (diff)
downloadcore-60fd81d83a2dbcb64a38910de49f8e2620353702.tar.gz
core-60fd81d83a2dbcb64a38910de49f8e2620353702.zip
loplugin:checkunusedparams in filter
Change-Id: Icdfe9c86b78f28fb79b697e769afe6acb1dbc6f6 Reviewed-on: https://gerrit.libreoffice.org/37139 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/filter')
-rw-r--r--include/filter/msfilter/escherex.hxx1
-rw-r--r--include/filter/msfilter/svdfppt.hxx13
2 files changed, 5 insertions, 9 deletions
diff --git a/include/filter/msfilter/escherex.hxx b/include/filter/msfilter/escherex.hxx
index e800fb9b65f3..9e46ca662927 100644
--- a/include/filter/msfilter/escherex.hxx
+++ b/include/filter/msfilter/escherex.hxx
@@ -576,7 +576,6 @@ public:
sal_uInt32 GetBlibID(
SvStream& rPicOutStream,
const OString& rGraphicId,
- const tools::Rectangle& rBoundRect,
const css::awt::Rectangle* pVisArea = nullptr,
const GraphicAttr* pGrafikAttr = nullptr,
const bool ooxmlExport = false
diff --git a/include/filter/msfilter/svdfppt.hxx b/include/filter/msfilter/svdfppt.hxx
index 10baddfc9b91..ab13c2f84e39 100644
--- a/include/filter/msfilter/svdfppt.hxx
+++ b/include/filter/msfilter/svdfppt.hxx
@@ -605,7 +605,7 @@ public:
const SdrPage& rPage,
sal_uInt32& nBgFileOffset
);
- bool IsNoteOrHandout( sal_uInt16 nPageNum, PptPageKind ePageKind ) const;
+ bool IsNoteOrHandout( sal_uInt16 nPageNum ) const;
bool HasMasterPage(
sal_uInt16 nPageNum,
PptPageKind ePageKind = PPT_SLIDEPAGE
@@ -736,7 +736,7 @@ struct PPTCharSheet
explicit PPTCharSheet( TSS_Type nInstance );
PPTCharSheet( const PPTCharSheet& rCharSheet );
- void Read( SvStream& rIn, bool bMasterStyle, sal_uInt32 nLevel, bool bFirst );
+ void Read( SvStream& rIn, sal_uInt32 nLevel );
};
struct PPTParaLevel
@@ -772,7 +772,6 @@ public:
void Read(
SdrPowerPointImport& rMan,
SvStream& rIn,
- bool bMasterStyle,
sal_uInt32 nLevel,
bool bFirst
);
@@ -792,8 +791,7 @@ class PPTNumberFormatCreator
void ImplGetNumberFormat(
SdrPowerPointImport& rMan,
- SvxNumberFormat& rNumberFormat,
- sal_uInt32 nLevel
+ SvxNumberFormat& rNumberFormat
);
bool ImplGetExtNumberFormat(
SdrPowerPointImport& rMan,
@@ -994,7 +992,7 @@ struct PPTTextRulerInterpreter
{ return mxImplRuler->pTab[ nIndex ].nStyle; };
sal_uInt16 GetTabCount() const { return mxImplRuler->nTabCount; };
- bool GetDefaultTab( sal_uInt32 nLevel, sal_uInt16& nValue ) const;
+ bool GetDefaultTab( sal_uInt16& nValue ) const;
bool GetTextOfs( sal_uInt32 nLevel, sal_uInt16& nValue ) const;
bool GetBulletOfs( sal_uInt32 nLevel, sal_uInt16& nValue ) const;
@@ -1170,8 +1168,7 @@ public:
SfxItemSet& rSet,
boost::optional< sal_Int16 >& rStartNumbering,
SdrPowerPointImport& rManager,
- TSS_Type nInstanceInSheet,
- const PPTParagraphObj* pPrev
+ TSS_Type nInstanceInSheet
);
};