diff options
author | NirnayK <nirnaykorde@gmail.com> | 2023-02-25 14:53:50 +0530 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-02-25 10:50:12 +0000 |
commit | 925796b3e2b45e04712fb647f0dfcf805a9b4ec2 (patch) | |
tree | d196a65410af94a7ae94092c170ab2b43579b3e4 /vcl/inc/NotebookbarPopup.hxx | |
parent | 5cc761b5d0852d0f5d7954692b2a152a28dcd425 (diff) |
tdf#143148 Use pragma once in vcl
Change-Id: I99317552a32f0cb70333f542d54c86dbdd9d1746
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147676
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/inc/NotebookbarPopup.hxx')
-rw-r--r-- | vcl/inc/NotebookbarPopup.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/vcl/inc/NotebookbarPopup.hxx b/vcl/inc/NotebookbarPopup.hxx index 424a96ca4426..8c3bcfee1c77 100644 --- a/vcl/inc/NotebookbarPopup.hxx +++ b/vcl/inc/NotebookbarPopup.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SFX2_NOTEBOOKBAR_NOTEBOOKBARPOPUP_HXX -#define INCLUDED_SFX2_NOTEBOOKBAR_NOTEBOOKBARPOPUP_HXX +#pragma once #include <vcl/layout.hxx> #include <vcl/toolkit/floatwin.hxx> @@ -52,6 +51,4 @@ public: void RemoveBackground(vcl::Window* pWindow); }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |