cppcheck: noCopyConstructor

Change-Id: Ic81697b8b1d826bf421a3b52f9a00f34536af8c8
This commit is contained in:
Caolán McNamara
2016-07-08 15:15:55 +01:00
parent af69de6344
commit 13a87348f0

View File

@@ -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);