diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-07-13 13:27:01 +0200 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-07-13 12:58:55 +0000 |
commit | 194d4a02b9117064106fba0bde6b9494831d6475 (patch) | |
tree | a39ba541ae8c528a50dfe9e33a61e8ed9ea35272 /chart2/source/tools/CharacterProperties.cxx | |
parent | c4cb83504faa1d241a116001fd27f7148de300ba (diff) |
chart2: remove unused ContainerHelper.hxx includes
remove using namespace ::chart::ContainerHelper;
to match other uses
Change-Id: I343086a6b7d70c84499b209680973431c7317219
Reviewed-on: https://gerrit.libreoffice.org/27184
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'chart2/source/tools/CharacterProperties.cxx')
-rw-r--r-- | chart2/source/tools/CharacterProperties.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/tools/CharacterProperties.cxx b/chart2/source/tools/CharacterProperties.cxx index fe3d28732c46..f0a953550e40 100644 --- a/chart2/source/tools/CharacterProperties.cxx +++ b/chart2/source/tools/CharacterProperties.cxx @@ -18,7 +18,6 @@ */ #include "CharacterProperties.hxx" -#include "ContainerHelper.hxx" #include "macros.hxx" #include <com/sun/star/beans/PropertyAttribute.hpp> |