summaryrefslogtreecommitdiff
path: root/svl/source/misc/gridprinter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/misc/gridprinter.cxx')
-rw-r--r--svl/source/misc/gridprinter.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/svl/source/misc/gridprinter.cxx b/svl/source/misc/gridprinter.cxx
index 4f013d4b6b8c..b40dd049c8ef 100644
--- a/svl/source/misc/gridprinter.cxx
+++ b/svl/source/misc/gridprinter.cxx
@@ -26,6 +26,8 @@ const mdds::mtv::element_t element_type_string = mdds::mtv::element_type_user_st
// String block
typedef mdds::mtv::default_element_block<element_type_string, OUString> string_block;
+namespace {
+
struct matrix_trait
{
typedef string_block string_element_block;
@@ -36,6 +38,8 @@ struct matrix_trait
}
+}
+
namespace rtl {
// Callbacks for the string block. This needs to be in the same namespace as