diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-04-16 20:54:35 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-04-16 20:55:23 +0200 |
commit | 6b08209ae4cebe9c71fe5496499f2e9a4d42def3 (patch) | |
tree | 8c9ffe3ab76fe0839d3b053f0d9051a0e654190c /vbahelper | |
parent | d3a279cbd308486250e2b652aac01d41e2a52f14 (diff) |
add missing include
Diffstat (limited to 'vbahelper')
-rw-r--r-- | vbahelper/source/msforms/vbanewfont.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vbahelper/source/msforms/vbanewfont.cxx b/vbahelper/source/msforms/vbanewfont.cxx index c4b547247d97..0acd86272604 100644 --- a/vbahelper/source/msforms/vbanewfont.cxx +++ b/vbahelper/source/msforms/vbanewfont.cxx @@ -19,6 +19,7 @@ #include <rtl/tencinfo.h> #include <vbanewfont.hxx> +#include <rtl/tencinfo.h> #include <com/sun/star/awt/FontWeight.hpp> #include <com/sun/star/awt/FontSlant.hpp> #include <com/sun/star/awt/FontStrikeout.hpp> |