summaryrefslogtreecommitdiffstats
path: root/xmloff/source/style/weighhdl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/weighhdl.cxx')
-rw-r--r--xmloff/source/style/weighhdl.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/xmloff/source/style/weighhdl.cxx b/xmloff/source/style/weighhdl.cxx
index cb4d261010b9..b1b671d56efe 100644
--- a/xmloff/source/style/weighhdl.cxx
+++ b/xmloff/source/style/weighhdl.cxx
@@ -31,12 +31,16 @@
using namespace ::com::sun::star::uno;
using namespace ::xmloff::token;
+namespace {
+
struct FontWeightMapper
{
float const fWeight;
sal_uInt16 const nValue;
};
+}
+
FontWeightMapper const aFontWeightMap[] =
{
{ css::awt::FontWeight::DONTKNOW, 0 },