[Libreoffice-commits] core.git: vbahelper/source
Tor Lillqvist
tml at iki.fi
Tue Apr 16 11:27:28 PDT 2013
vbahelper/source/msforms/vbanewfont.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 2c4a7fa98383ca46bca9f6c222ac19e0b940b874
Author: Tor Lillqvist <tml at iki.fi>
Date: Tue Apr 16 21:26:51 2013 +0300
Add missing #include <rtl/tencinfo.h>
Change-Id: Ic00146442a679c39d0af4a287cbcf759826f35cd
diff --git a/vbahelper/source/msforms/vbanewfont.cxx b/vbahelper/source/msforms/vbanewfont.cxx
index 1880529..c4b5472 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>
More information about the Libreoffice-commits
mailing list