summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-05-06 12:08:04 +0300
committerTor Lillqvist <tml@collabora.com>2015-05-06 12:14:25 +0300
commitfa405087c6345053580fb9d8eca46c6ca71c18d9 (patch)
treede7bab1efbf9b486f1034b397bbb1763a27a042a /unotools
parent74778b12f4f662e45ca8915739ab52b4402fde49 (diff)
Add comments about ImplFontAttrs
Change-Id: I32d8b8f4301188245721d31fd234bb1784a1ae8d
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/fontcfg.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/unotools/source/config/fontcfg.cxx b/unotools/source/config/fontcfg.cxx
index d7933a9cfe28..967794e584fb 100644
--- a/unotools/source/config/fontcfg.cxx
+++ b/unotools/source/config/fontcfg.cxx
@@ -796,6 +796,8 @@ struct StrictStringSort : public ::std::binary_function< const FontNameAttr&, co
{ return rLeft.Name.compareTo( rRight.Name ) < 0; }
};
+// The entries in this table must match the bits in the ImplFontAttrs enum.
+
static const char* const pAttribNames[] =
{
"default",