diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-07-28 15:24:06 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-07-28 19:48:46 +0200 |
commit | 8849f13ea3baa82137c398cdcd3e886303caff63 (patch) | |
tree | c7dcdfeb161985cc88a5b2c91decf42122c14c09 /comphelper | |
parent | 5ef0042114e7fa4b0231a18b1a0a780ea74bc6c2 (diff) |
Partially revert "Remove unused defines"
This partially reverts 8ca21893e58dc9694e0e7a6c0fc52154b3ccb5f7
http://lists.freedesktop.org/archives/libreoffice/2012-July/035331.html
Change-Id: Iae4347a26b1f388bc5e780d24ab7371ffac8b1f8
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/inc/comphelper/accessibleselectionhelper.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comphelper/inc/comphelper/accessibleselectionhelper.hxx b/comphelper/inc/comphelper/accessibleselectionhelper.hxx index 9ce4f6ee4b03..e1bb5dd5f1ef 100644 --- a/comphelper/inc/comphelper/accessibleselectionhelper.hxx +++ b/comphelper/inc/comphelper/accessibleselectionhelper.hxx @@ -27,6 +27,7 @@ #include "comphelper/comphelperdllapi.h" #define ACCESSIBLE_SELECTION_CHILD_ALL ((sal_Int32)-1) +#define ACCESSIBLE_SELECTION_CHILD_SELF ((sal_Int32)-2) //......................................................................... namespace comphelper |