summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-11 13:13:24 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-11 13:13:24 +0200
commit4d3c88805d1917932ee88a0f22ae93c43e8e389a (patch)
treefe311e9f21256b7491e09e0d4c64c87dbf955b8d /xmloff
parentd4494c33e4114f194262c4ad202a3eafca41fba7 (diff)
Avoid ODR-violating name clash
Change-Id: I69c3b11b01d520a485b07c8e5397a7f971210af2
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/table/XMLTableImport.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/xmloff/source/table/XMLTableImport.cxx b/xmloff/source/table/XMLTableImport.cxx
index 798a9e3f438f..3b376181458f 100644
--- a/xmloff/source/table/XMLTableImport.cxx
+++ b/xmloff/source/table/XMLTableImport.cxx
@@ -51,6 +51,8 @@ using namespace ::com::sun::star::style;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::container;
+namespace {
+
struct ColumnInfo
{
OUString msStyleName;
@@ -58,6 +60,8 @@ struct ColumnInfo
OUString msDefaultCellStyleName;
};
+}
+
class XMLProxyContext : public SvXMLImportContext
{
public: