cppcheck: noCopyConstructor
Change-Id: Ic81697b8b1d826bf421a3b52f9a00f34536af8c8
This commit is contained in:
@@ -445,6 +445,9 @@ class SfxSaveGuard
|
||||
IMPL_SfxBaseModel_DataContainer* m_pData;
|
||||
SfxOwnFramesLocker* m_pFramesLock;
|
||||
|
||||
SfxSaveGuard(SfxSaveGuard &) = delete;
|
||||
void operator =(const SfxSaveGuard&) = delete;
|
||||
|
||||
public:
|
||||
SfxSaveGuard(const Reference< frame::XModel >& xModel ,
|
||||
IMPL_SfxBaseModel_DataContainer* pData);
|
||||
|
Reference in New Issue
Block a user