tdf#143148 use pragma once and removed include guards
Change-Id: I02ebab47905eaaab0d7f34fa0416b5bbbe8e1b09 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157973 Tested-by: Jenkins Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
This commit is contained in:
parent
52500239e8
commit
db0681effb
1 changed files with 1 additions and 4 deletions
|
@ -17,8 +17,7 @@
|
|||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_SW_INC_CALBCK_HXX
|
||||
#define INCLUDED_SW_INC_CALBCK_HXX
|
||||
#pragma once
|
||||
|
||||
#include <cassert>
|
||||
|
||||
|
@ -428,6 +427,4 @@ SwClient::SwClient( SwModify* pToRegisterIn )
|
|||
pToRegisterIn->Add(this);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
Loading…
Reference in a new issue