From 32ff26f771a90050f524968dfd5381818274f673 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 9 May 2020 15:54:01 +0200 Subject: compact namespace in sc Change-Id: I05ffad6b92883d3eb6d337fe75f5fc7864485861 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93860 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/source/ui/inc/docsh.hxx | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'sc/source/ui/inc/docsh.hxx') diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx index 26d5d8a0eaf4..e23067503bae 100644 --- a/sc/source/ui/inc/docsh.hxx +++ b/sc/source/ui/inc/docsh.hxx @@ -58,15 +58,9 @@ class ScSheetSaveData; class ScFlatBoolRowSegments; struct ScColWidthParam; class ScFormulaOptions; - -namespace com { namespace sun { namespace star { namespace script { namespace vba { - class XVBAScriptListener; -} } } } } - -namespace ooo { namespace vba { namespace excel { class XWorkbook; } } } - -namespace com { namespace sun { namespace star { namespace datatransfer { class XTransferable2; } } } } - +namespace com::sun::star::script::vba { class XVBAScriptListener; } +namespace ooo::vba::excel { class XWorkbook; } +namespace com::sun::star::datatransfer { class XTransferable2; } namespace sfx2 { class FileDialogHelper; } struct DocShell_Impl; -- cgit