diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-04-16 21:26:51 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-04-16 21:26:59 +0300 |
commit | 2c4a7fa98383ca46bca9f6c222ac19e0b940b874 (patch) | |
tree | bb78596221aea37f5ea090708485756562cfa55b /vbahelper/source | |
parent | be421269f95446307d1168e17e1fe9ee7d9a0a66 (diff) |
Add missing #include <rtl/tencinfo.h>
Change-Id: Ic00146442a679c39d0af4a287cbcf759826f35cd
Diffstat (limited to 'vbahelper/source')
-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 1880529ff71b..c4b547247d97 100644 --- a/vbahelper/source/msforms/vbanewfont.cxx +++ b/vbahelper/source/msforms/vbanewfont.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <rtl/tencinfo.h> #include <vbanewfont.hxx> #include <com/sun/star/awt/FontWeight.hpp> #include <com/sun/star/awt/FontSlant.hpp> |