summaryrefslogtreecommitdiff
path: root/include/vcl/GraphicObject.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-19 18:45:58 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-19 20:41:14 +0200
commite06cb5853f735e523f740dec82954c54cbe47f48 (patch)
tree0e4841cb54766a810fdca5af125ce8c01ecaa384 /include/vcl/GraphicObject.hxx
parent1d3bec99e87c6f1e083f36bc1906839025d640df (diff)
compact namespace: vcl
Change-Id: Ic861003f522e76431fffaadc408d0a153b12d0e2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99003 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/GraphicObject.hxx')
-rw-r--r--include/vcl/GraphicObject.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/vcl/GraphicObject.hxx b/include/vcl/GraphicObject.hxx
index 16735aac4b1f..7997fabcec67 100644
--- a/include/vcl/GraphicObject.hxx
+++ b/include/vcl/GraphicObject.hxx
@@ -285,9 +285,7 @@ public:
double fBottomCrop) const;
};
-namespace vcl
-{
-namespace graphic
+namespace vcl::graphic
{
// Will search an object ( e.g. a control ) for any 'ImageURL' or 'Graphic'
@@ -300,7 +298,7 @@ namespace graphic
VCL_DLLPUBLIC void SearchForGraphics(css::uno::Reference<css::uno::XInterface> const & rxInterface,
std::vector<css::uno::Reference<css::graphic::XGraphic>> & raGraphicList);
-}
+
} // end namespace vcl::graphic
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */