summaryrefslogtreecommitdiffstats
path: root/sd/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-24 08:32:42 +0200
committerNoel Grandin <noel@peralex.com>2016-03-24 11:41:01 +0200
commitc09d0aa46ceaeb96869eae1a23a86040189472f4 (patch)
tree747da0f79cad58b31ddc04d57259e972f04dd22a /sd/inc
parenttdf#97362: Convert Java unit test to Python(check_change_color.py) (diff)
downloadcore-c09d0aa46ceaeb96869eae1a23a86040189472f4.tar.gz
core-c09d0aa46ceaeb96869eae1a23a86040189472f4.zip
loplugin:constantparam in sd
Change-Id: I1a7f4cab28a70c45e5232e1c44f6ca6f7b014bff
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/drawdoc.hxx2
-rw-r--r--sd/inc/sdfilter.hxx3
2 files changed, 2 insertions, 3 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx
index a2434fa5057b..5eeea8d78126 100644
--- a/sd/inc/drawdoc.hxx
+++ b/sd/inc/drawdoc.hxx
@@ -263,7 +263,7 @@ public:
SAL_DLLPRIVATE void InsertBookmark(const std::vector<OUString> &rBookmarkList,
std::vector<OUString> &rExchangeList, bool bLink,
- bool bReplace, sal_uInt16 nPgPos, bool bNoDialogs,
+ bool bReplace, sal_uInt16 nPgPos,
::sd::DrawDocShell* pBookmarkDocSh,
Point* pObjPos);
diff --git a/sd/inc/sdfilter.hxx b/sd/inc/sdfilter.hxx
index 1a5b57ab0353..c88a490c2856 100644
--- a/sd/inc/sdfilter.hxx
+++ b/sd/inc/sdfilter.hxx
@@ -37,7 +37,7 @@ namespace osl { class Module; }
class SdFilter
{
public:
- SdFilter( SfxMedium& rMedium, ::sd::DrawDocShell& rDocShell, bool bShowProgress );
+ SdFilter( SfxMedium& rMedium, ::sd::DrawDocShell& rDocShell );
virtual ~SdFilter();
bool IsDraw() const { return mbIsDraw; }
@@ -51,7 +51,6 @@ protected:
::sd::DrawDocShell& mrDocShell;
SdDrawDocument& mrDocument;
bool mbIsDraw : 1;
- bool mbShowProgress : 1;
#ifndef DISABLE_DYNLOADING
static ::osl::Module* OpenLibrary( const OUString& rLibraryName );
#endif