summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:47:30 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:32 +0200
commitd9fce11172d20856fe1d82fd5f48808b8265ecfd (patch)
tree817736117cb52cffd7f95cb8deeee3123f8290e3
parent7484da43e5233498606ab44a70e86a83c6f49e07 (diff)
mark as copy and paste
Change-Id: I315e6d2d75ec15655f0c926339b5af0e50a1190f
-rw-r--r--oox/source/export/ColorPropertySet.cxx2
-rw-r--r--oox/source/export/ColorPropertySet.hxx2
2 files changed, 4 insertions, 0 deletions
diff --git a/oox/source/export/ColorPropertySet.cxx b/oox/source/export/ColorPropertySet.cxx
index 02c1d37cb836..c7f92c65fdd6 100644
--- a/oox/source/export/ColorPropertySet.cxx
+++ b/oox/source/export/ColorPropertySet.cxx
@@ -17,6 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+// FIXME? This file is nearly identical to xmloff/source/chart/ColorPropertySet.cxx
+
#include "ColorPropertySet.hxx"
#include <cppuhelper/implbase1.hxx>
diff --git a/oox/source/export/ColorPropertySet.hxx b/oox/source/export/ColorPropertySet.hxx
index ab594b2f85e7..23d2c691b2fe 100644
--- a/oox/source/export/ColorPropertySet.hxx
+++ b/oox/source/export/ColorPropertySet.hxx
@@ -20,6 +20,8 @@
#ifndef XMLOFF_COLORPROPERTYSET_HXX
#define XMLOFF_COLORPROPERTYSET_HXX
+// FIXME? this file is identical to xmloff/source/chart/ColorPropertySet.hxx
+
#include <cppuhelper/implbase2.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>