summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-04-18 23:36:33 +0300
committerTor Lillqvist <tlillqvist@suse.com>2012-04-18 23:40:20 +0300
commit1ab7d31a6842ad680351e804990f7a0493f93b46 (patch)
treeb4a02fd067b91cf336005821098fc4f7180e4dd6 /filter
parent49bd0e4e6bb0ed0671de72d84700ddcc49828f69 (diff)
Add comment describing the meanings of the filter flag bits
Diffstat (limited to 'filter')
-rw-r--r--filter/source/config/cache/constant.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/filter/source/config/cache/constant.hxx b/filter/source/config/cache/constant.hxx
index 7632068d6815..91618033fcbb 100644
--- a/filter/source/config/cache/constant.hxx
+++ b/filter/source/config/cache/constant.hxx
@@ -115,6 +115,10 @@ extern rtl::OUString pFilterStrings[];
#define CFGDIRECTKEY_FORMATVERSION _FILTER_CONFIG_FROM_ASCII_("/org.openoffice.Setup/Product/ooXMLFileFormatVersion" )
#define CFGDIRECTKEY_PRODUCTNAME _FILTER_CONFIG_FROM_ASCII_("/org.openoffice.Setup/Product/ooName" )
+// Note that these flag bits have parallel names in
+// comphelper/inc/comphelper/documentconstants.hxx . See that file for
+// documentation on their meaning.
+
/** @short names of filter flags, sorted in alphabetical order */
#define FLAGNAME_3RDPARTYFILTER _FILTER_CONFIG_FROM_ASCII_("3RDPARTYFILTER" )
#define FLAGNAME_ALIEN _FILTER_CONFIG_FROM_ASCII_("ALIEN" )