include/drawinglayer/attribute/fontattribute.hxx | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-)
New commits: commit 1bb9280d0e4207f5e33d6492905e96557f7649f4 Author: Tomaž Vajngerl <tomaz.vajng...@collabora.co.uk> AuthorDate: Wed Jun 3 16:50:33 2020 +0200 Commit: Tomaž Vajngerl <qui...@gmail.com> CommitDate: Sat Jun 27 16:00:22 2020 +0200 drawinglayer: pragma once for fontattribute.hxx Change-Id: I1d257a34b15a65d9b988a791e154ee64e781e0ca Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97284 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <qui...@gmail.com> diff --git a/include/drawinglayer/attribute/fontattribute.hxx b/include/drawinglayer/attribute/fontattribute.hxx index a12ffb405001..5972000443a5 100644 --- a/include/drawinglayer/attribute/fontattribute.hxx +++ b/include/drawinglayer/attribute/fontattribute.hxx @@ -17,15 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_DRAWINGLAYER_ATTRIBUTE_FONTATTRIBUTE_HXX -#define INCLUDED_DRAWINGLAYER_ATTRIBUTE_FONTATTRIBUTE_HXX +#pragma once #include <drawinglayer/drawinglayerdllapi.h> #include <o3tl/cow_wrapper.hxx> -// predefines - namespace rtl { class OUString; } @@ -34,11 +31,8 @@ namespace drawinglayer::attribute { class ImpFontAttribute; } - -namespace drawinglayer +namespace drawinglayer::attribute { - namespace attribute - { /** FontAttribute class This attribute class is able to hold all parameters needed/used @@ -88,10 +82,6 @@ namespace drawinglayer bool getBiDiStrong() const; bool getMonospaced() const; }; - } // end of namespace attribute -} // end of namespace drawinglayer - - -#endif //INCLUDED_DRAWINGLAYER_ATTRIBUTE_FONTATTRIBUTE_HXX +} // end of namespace drawinglayer::attribute /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits