summaryrefslogtreecommitdiff
path: root/vcl/source/graphic/Manager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/graphic/Manager.cxx')
-rw-r--r--vcl/source/graphic/Manager.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/vcl/source/graphic/Manager.cxx b/vcl/source/graphic/Manager.cxx
index 5942b5cb8784..5107ff19ffc6 100644
--- a/vcl/source/graphic/Manager.cxx
+++ b/vcl/source/graphic/Manager.cxx
@@ -26,9 +26,7 @@
using namespace css;
-namespace vcl
-{
-namespace graphic
+namespace vcl::graphic
{
namespace
{
@@ -238,7 +236,6 @@ void Manager::changeExisting(const ImpGraphic* pImpGraphic, sal_Int64 nOldSizeBy
mnUsedSize -= nOldSizeBytes;
mnUsedSize += getGraphicSizeBytes(pImpGraphic);
}
-}
} // end vcl::graphic
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */