summaryrefslogtreecommitdiff
path: root/xmloff/source/core/RDFaImportHelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/core/RDFaImportHelper.cxx')
-rw-r--r--xmloff/source/core/RDFaImportHelper.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/xmloff/source/core/RDFaImportHelper.cxx b/xmloff/source/core/RDFaImportHelper.cxx
index 7b408ecbbb49..7b29abf94f41 100644
--- a/xmloff/source/core/RDFaImportHelper.cxx
+++ b/xmloff/source/core/RDFaImportHelper.cxx
@@ -37,6 +37,8 @@ using namespace ::com::sun::star;
namespace xmloff {
+namespace {
+
/** a bit of context for parsing RDFa attributes */
class RDFaReader
{
@@ -102,6 +104,8 @@ public:
void InsertRDFaEntry(struct RDFaEntry const & i_rEntry);
};
+}
+
/** store parsed RDFa attributes */
struct ParsedRDFaAttributes
{