--- misc/vigra1.4.0/include/vigra/basicimage.hxx 2012-01-19 22:49:11.232074631 +0100 +++ misc/build/vigra1.4.0/include/vigra/basicimage.hxx 2012-01-19 22:48:12.997439136 +0100 @@ -72,7 +72,7 @@ difference_type offset_; }; - static void initialize(BaseType &) {} + static void initialize(__attribute__ ((unused)) BaseType &) {} static reference dereference(BaseType const & d) { return const_cast(*(*d.line_start_ + d.offset_)); } --- misc/vigra1.4.0/include/vigra/diff2d.hxx 2012-01-19 22:49:11.280074335 +0100 +++ misc/build/vigra1.4.0/include/vigra/diff2d.hxx 2012-01-19 22:49:00.129144170 +0100 @@ -60,7 +60,7 @@ typedef Diff const * pointer; typedef std::random_access_iterator_tag iterator_category; - static void initialize(BaseType &) {} + static void initialize(__attribute__ ((unused)) BaseType &) {} static reference dereference(BaseType const & d) { return d; } @@ -102,7 +102,7 @@ typedef Diff const * pointer; typedef std::random_access_iterator_tag iterator_category; - static void initialize(BaseType & /*d*/) {} + static void initialize(__attribute__ ((unused)) BaseType & /*d*/) {} static reference dereference(BaseType const & d) { return d; } > LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sfx2/inc/SfxRedactionHelper.hxx
AgeCommit message (Expand)Author
2020-07-28tdf#135032: autoredaction, take into account emails in lowercaseJulien Nabet
2020-05-16Comment the searchInMetaFile methodMuhammet Kara
2019-08-27loplugin:constmethod in sfx2Noel Grandin
2019-06-18loplugin:passstuffbyrefNoel Grandin
2019-06-16Add predefined targets to auto redactionMuhammet Kara
2019-06-14Use utl::TextSearch in the auto redaction processMuhammet Kara
2019-06-13Auto redaction dialog 6th iterationMuhammet Kara
2019-05-13Auto-redact - First stabMuhammet Kara
2019-05-08Respect page margins of the source doc during redactionMuhammet Kara
2019-05-06tdf#125135: Standardize content placement for redactionMuhammet Kara
2019-05-02tdf#125063: Don't depend on content size for Page sizingMuhammet Kara
2019-02-28Create the SfxRedactionHelper classMuhammet Kara