diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-08 11:39:49 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-04-08 11:40:16 +0200 |
commit | fcaad6576dde81fa9f500138e7c8c0ae2afcac6d (patch) | |
tree | 8deb2c40dd93099054c16e191a371081ffa39a92 /vbahelper | |
parent | 79b2059fa8e3c69088532f0ce521a285af5455cf (diff) |
fix shadow error
introduced by my commit 216fdcbdb4c17f349ffd68abd1f372bea3287fad
"convert RECALCMODE_ constants to scoped enum"
Change-Id: Ie7db053741205faeac70e3d21757774567f43ce0
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 ) |