summaryrefslogtreecommitdiff
path: root/include/vcl/graphicfilter.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-09-14 12:26:36 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-09-15 06:35:33 +0000
commit6df2c90c08b67b943022286e7152b51d52e0ef5e (patch)
tree5f90aabc3ee0a31708ab5fef4651cacfea384d6b /include/vcl/graphicfilter.hxx
parentc77b933f907e1d3c4778dd63cb4295c08d4d3f31 (diff)
loplugin:countusersofdefaultparams in vcl
Change-Id: I046e6f16c5b171a06e2be2da2f72340634f3e979 Reviewed-on: https://gerrit.libreoffice.org/28891 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/graphicfilter.hxx')
-rw-r--r--include/vcl/graphicfilter.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/graphicfilter.hxx b/include/vcl/graphicfilter.hxx
index f1e89efef563..4102c84ab19e 100644
--- a/include/vcl/graphicfilter.hxx
+++ b/include/vcl/graphicfilter.hxx
@@ -190,7 +190,7 @@ public:
As some formats (Mtf's) do not have a unique header, it makes sense
to supply the file name (incl. ext.), so that the format can be
derived from the extension */
- GraphicDescriptor( SvStream& rInStream, const OUString* pPath = nullptr );
+ GraphicDescriptor( SvStream& rInStream, const OUString* pPath );
virtual ~GraphicDescriptor();
@@ -274,8 +274,8 @@ public:
bool IsExportPixelFormat( sal_uInt16 nFormat );
sal_uInt16 ExportGraphic( const Graphic& rGraphic, const INetURLObject& rPath,
- sal_uInt16 nFormat,
- const css::uno::Sequence< css::beans::PropertyValue >* pFilterData = nullptr );
+ sal_uInt16 nFormat,
+ const css::uno::Sequence< css::beans::PropertyValue >* pFilterData = nullptr );
sal_uInt16 ExportGraphic( const Graphic& rGraphic, const OUString& rPath,
SvStream& rOStm, sal_uInt16 nFormat,
const css::uno::Sequence< css::beans::PropertyValue >* pFilterData = nullptr );