diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-01-09 15:22:36 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-09 20:35:21 +0000 |
commit | 855fbe4edccf5c8299373087eb2cee5342ba4097 (patch) | |
tree | e21f2cdbb47de22c7396778841c046bc34b7bcbb /include/svtools | |
parent | aecd984ad1c0dc29e15891bca227a96aedbde154 (diff) |
second arg of deformed copy ctor isn't used
except in the qa test
Change-Id: I84d1a06194e4c11b218c417663f12195c9f76526
Reviewed-on: https://gerrit.libreoffice.org/32890
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/grfmgr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/grfmgr.hxx b/include/svtools/grfmgr.hxx index 0c01023f4c9c..929fe89587b0 100644 --- a/include/svtools/grfmgr.hxx +++ b/include/svtools/grfmgr.hxx @@ -323,7 +323,7 @@ protected: public: GraphicObject(); GraphicObject( const Graphic& rGraphic ); - GraphicObject( const GraphicObject& rCacheObj, const GraphicManager* pMgr = nullptr ); + GraphicObject( const GraphicObject& rCacheObj ); explicit GraphicObject( const OString& rUniqueID ); ~GraphicObject(); |