tdf#143148 embedserv: Use pragma once instead of include guards
Change-Id: I5a96d63657cdbaf0c161f742307a1e7a09945dbc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136949 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
bb4314aa21
commit
63ef38cf81
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_EMBEDSERV_SOURCE_INC_EMBEDDOCACCESS_HXX
|
||||
#define INCLUDED_EMBEDSERV_SOURCE_INC_EMBEDDOCACCESS_HXX
|
||||
#pragma once
|
||||
|
||||
#define OLESERV_SAVEOBJECT 1
|
||||
#define OLESERV_CLOSE 2
|
||||
|
@ -75,6 +74,4 @@ class EmbeddedDocumentInstanceAccess_Impl : public ::cppu::OWeakObject
|
|||
void ClearEmbedDocument();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
Loading…
Reference in a new issue