diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-05-02 18:55:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-03 09:10:21 +0200 |
commit | 58ac61478aa01c72ab99ff372656539c58545348 (patch) | |
tree | 30827c7f0d34fa19c19a1fbe9e5180da1f4cf02b /svgio | |
parent | d954a20f50c8b1aa717092a7eb3daecf8d5ae706 (diff) |
remove empty namespaces
Change-Id: I3eae0ecc1ffc5500d3c55abc6554822f5432a50a
Reviewed-on: https://gerrit.libreoffice.org/37173
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svgio')
-rw-r--r-- | svgio/source/svgreader/svgpaint.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/svgio/source/svgreader/svgpaint.cxx b/svgio/source/svgreader/svgpaint.cxx index fdf44be8d812..725dd9174a70 100644 --- a/svgio/source/svgreader/svgpaint.cxx +++ b/svgio/source/svgreader/svgpaint.cxx @@ -19,11 +19,4 @@ #include <svgpaint.hxx> -namespace svgio -{ - namespace svgreader - { - } // end of namespace svgreader -} // end of namespace svgio - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |