diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-09 15:53:05 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-09 20:01:22 +0200 |
commit | 837b3f031050f9b858cb370446931f716b8d82e3 (patch) | |
tree | 8f73418ff6855f7df7db07e38715c3838ae22812 /oox/inc/drawingml/fillproperties.hxx | |
parent | cf73ebad644ee3bb7cd96ee3a754c526ab62e354 (diff) |
compact namespace in i18npool..oox
Change-Id: I1de87468b56b86a1eeee09a612551ab119a1be8b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93857
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'oox/inc/drawingml/fillproperties.hxx')
-rw-r--r-- | oox/inc/drawingml/fillproperties.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/inc/drawingml/fillproperties.hxx b/oox/inc/drawingml/fillproperties.hxx index be791ac8f9ff..10df9d9d902b 100644 --- a/oox/inc/drawingml/fillproperties.hxx +++ b/oox/inc/drawingml/fillproperties.hxx @@ -32,9 +32,9 @@ #include <rtl/ustring.hxx> #include <sal/types.h> -namespace com { namespace sun { namespace star { +namespace com::sun::star { namespace graphic { class XGraphic; } -} } } +} namespace oox { class GraphicHelper; |