diff options
Diffstat (limited to 'vbahelper')
-rw-r--r-- | vbahelper/source/vbahelper/vbafontbase.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vbahelper/source/vbahelper/vbafontbase.cxx b/vbahelper/source/vbahelper/vbafontbase.cxx index 8b6384d37e42..94ae3be9586e 100644 --- a/vbahelper/source/vbahelper/vbafontbase.cxx +++ b/vbahelper/source/vbahelper/vbafontbase.cxx @@ -27,6 +27,7 @@ using namespace ::ooo::vba; using namespace ::com::sun::star; + // form controls use other property name as the remaining OOo API #define VBAFONTBASE_PROPNAME( ascii_normal, ascii_control ) \ mbFormControl ? OUString( ascii_control ) : OUString( ascii_normal ) |