diff options
author | Jens Carl <j.carl43@gmx.de> | 2014-06-02 02:31:45 +0000 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-06-02 08:46:30 +0000 |
commit | 8e115c60081b245541408889295bc0c147091e0c (patch) | |
tree | 8fd046900bcc43d601037bbcb9cca35f7643a5f0 /chart2 | |
parent | 9d310ecfce3c2fc481b125e1493a534e2107a68e (diff) |
fdo#68849: Add header guards to all include files
added header guards for directories basebmp/, chart2/, cppuhelper/,
include/test/, io/test/, sax/test, shell/, writerfilter/, and xmlhelp/
Change-Id: I0e29a9b75c26d71f58aa98986b52f6d3b46015a6
Reviewed-on: https://gerrit.libreoffice.org/9615
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/qa/extras/charttest.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chart2/qa/extras/charttest.hxx b/chart2/qa/extras/charttest.hxx index b3a0d31d57e7..a3b77af4a630 100644 --- a/chart2/qa/extras/charttest.hxx +++ b/chart2/qa/extras/charttest.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_CHART2_QA_EXTRAS_CHARTTEST_HXX +#define INCLUDED_CHART2_QA_EXTRAS_CHARTTEST_HXX + #include <test/bootstrapfixture.hxx> #include <unotest/macros_test.hxx> #include <comphelper/processfactory.hxx> @@ -310,4 +313,6 @@ uno::Sequence < OUString > ChartTest::getImpressChartColumnDescriptions( const c return seriesList; } +#endif // INCLUDED_CHART2_QA_EXTRAS_CHARTTEST_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |