include/vcl/filter/pdfdocument.hxx | 29 ++++------------------------- 1 file changed, 4 insertions(+), 25 deletions(-)
New commits: commit 151c026e43f924f73025704f6b02b6e3c37b533b Author: Tomaž Vajngerl <[email protected]> AuthorDate: Thu Apr 30 10:38:42 2020 +0200 Commit: Tomaž Vajngerl <[email protected]> CommitDate: Sat May 2 22:55:12 2020 +0200 cleanup namespaces in pdfdocument.hxx Change-Id: I861a9ef81cda439a17d6d085cf59ace7860f79d3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93325 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <[email protected]> diff --git a/include/vcl/filter/pdfdocument.hxx b/include/vcl/filter/pdfdocument.hxx index ebcabce6e404..42130eba9d15 100644 --- a/include/vcl/filter/pdfdocument.hxx +++ b/include/vcl/filter/pdfdocument.hxx @@ -19,37 +19,17 @@ #include <vcl/dllapi.h> -namespace com -{ -namespace sun -{ -namespace star -{ -namespace security +namespace com::sun::star::security { class XCertificate; } -} -} -} -namespace com -{ -namespace sun -{ -namespace star -{ -namespace uno +namespace com::sun::star::uno { template <class interface_type> class Reference; } -} -} -} -namespace vcl -{ -namespace filter +namespace vcl::filter { class PDFTrailerElement; class PDFReferenceElement; @@ -429,8 +409,7 @@ public: //@} }; -} // namespace pdfio -} // namespace xmlsecurity +} // namespace vcl::filter #endif // INCLUDED_VCL_FILTER_PDFDOCUMENT_HXX _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
