summaryrefslogtreecommitdiff
path: root/include/sot
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-01 14:52:05 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-03 09:21:51 +0200
commit47cd34a60ff9048404075823e519f1abdd4b0e9a (patch)
treee9728dd7c686d23f90b4331f105d6f5f8c1176cd /include/sot
parentc79dd92480cbc409a7061da7f3dd3abaaf9a4883 (diff)
use more compact namespace syntax in /include
excluding the UDK headers of course Change-Id: Iac7ab83d60265f7d362c860776f1de9d5e444ec0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93268 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sot')
-rw-r--r--include/sot/exchange.hxx6
-rw-r--r--include/sot/stg.hxx6
-rw-r--r--include/sot/storage.hxx6
3 files changed, 9 insertions, 9 deletions
diff --git a/include/sot/exchange.hxx b/include/sot/exchange.hxx
index f76cec123b5c..c7fed6d3b851 100644
--- a/include/sot/exchange.hxx
+++ b/include/sot/exchange.hxx
@@ -27,11 +27,11 @@
#include <sot/formats.hxx>
#include <o3tl/typed_flags_set.hxx>
-namespace com { namespace sun { namespace star { namespace datatransfer {
+namespace com::sun::star::datatransfer {
class XTransferable;
-} } } }
+}
-namespace com { namespace sun { namespace star { namespace uno { template <typename > class Reference; } } } }
+namespace com::sun::star::uno { template <typename > class Reference; }
struct DataFlavorEx : public css::datatransfer::DataFlavor
{
diff --git a/include/sot/stg.hxx b/include/sot/stg.hxx
index 12b2bf22cd06..429ea01ecf7a 100644
--- a/include/sot/stg.hxx
+++ b/include/sot/stg.hxx
@@ -27,9 +27,9 @@
#include <sot/sotdllapi.h>
#include <config_options.h>
-namespace com { namespace sun { namespace star { namespace ucb { class XProgressHandler; } } } }
-namespace com { namespace sun { namespace star { namespace uno { class Any; } } } }
-namespace com { namespace sun { namespace star { namespace uno { template <typename > class Reference; } } } }
+namespace com::sun::star::ucb { class XProgressHandler; }
+namespace com::sun::star::uno { class Any; }
+namespace com::sun::star::uno { template <typename > class Reference; }
class StgIo;
class StgDirEntry;
diff --git a/include/sot/storage.hxx b/include/sot/storage.hxx
index 640a04b109ef..4fc2efab42b5 100644
--- a/include/sot/storage.hxx
+++ b/include/sot/storage.hxx
@@ -27,9 +27,9 @@
#include <sot/storinfo.hxx>
#include <sot/sotdllapi.h>
-namespace com { namespace sun { namespace star { namespace embed { class XStorage; } } } }
-namespace com { namespace sun { namespace star { namespace uno { class Any; } } } }
-namespace com { namespace sun { namespace star { namespace uno { template <typename > class Reference; } } } }
+namespace com::sun::star::embed { class XStorage; }
+namespace com::sun::star::uno { class Any; }
+namespace com::sun::star::uno { template <typename > class Reference; }
enum class SotClipboardFormatId : sal_uInt32;