summaryrefslogtreecommitdiff
path: root/include/svtools/grfmgr.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-18 07:51:48 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-21 06:23:47 +0000
commitebf04205508227a245885ecb367f1fc8abbd6591 (patch)
tree5e8d88723d2aeff7d049d5921c1ae2d582518040 /include/svtools/grfmgr.hxx
parent202943e49a680b1032bbf45aaa4b0a73dc548867 (diff)
loplugin:countusersofdefaultparams in include/svtools
Change-Id: I9b083fc8430c459624a2ce4ce49408c8d7685776 Reviewed-on: https://gerrit.libreoffice.org/30947 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools/grfmgr.hxx')
-rw-r--r--include/svtools/grfmgr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/grfmgr.hxx b/include/svtools/grfmgr.hxx
index 9ca271689ac3..42f0e3e5802a 100644
--- a/include/svtools/grfmgr.hxx
+++ b/include/svtools/grfmgr.hxx
@@ -564,7 +564,7 @@ private:
const GraphicObject& rObj,
Graphic& rSubstitute,
const OString* pID,
- const GraphicObject* pCopyObj = nullptr
+ const GraphicObject* pCopyObj
);
void SVT_DLLPRIVATE ImplUnregisterObj( const GraphicObject& rObj );
inline bool SVT_DLLPRIVATE ImplHasObjects() const { return !maObjList.empty(); }
@@ -585,7 +585,7 @@ private:
void SVT_DLLPRIVATE ImplCheckSizeOfSwappedInGraphics(const GraphicObject* pGraphicToIgnore);
public:
- GraphicManager( sal_uLong nCacheSize = 10000000UL, sal_uLong nMaxObjCacheSize = 2400000UL );
+ GraphicManager( sal_uLong nCacheSize, sal_uLong nMaxObjCacheSize );
~GraphicManager();
void SetMaxCacheSize( sal_uLong nNewCacheSize );