diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2020-06-03 16:50:33 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2020-06-27 16:00:22 +0200 |
commit | 1bb9280d0e4207f5e33d6492905e96557f7649f4 (patch) | |
tree | d987d4b2bb1202fc80e45b73dfa9ecad0d35da17 /include | |
parent | 089979571967dc5e78e82ec6ba3fb97cbfbbe525 (diff) |
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 <quikee@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/drawinglayer/attribute/fontattribute.hxx | 16 |
1 files changed, 3 insertions, 13 deletions
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: */ |