[Libreoffice-commits] core.git: include/svtools
Miklos Vajna
vmiklos at collabora.co.uk
Fri May 9 22:38:31 PDT 2014
include/svtools/langtab.hxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 79a4d09ac2e5daaad29c10b39d34ff0f09d1d9ad
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Sat May 10 07:38:00 2014 +0200
ISO C++ forbids declaration of ârLanguageTagâ with no type
Change-Id: I148b3eff0fc229fec3c6415bd582d10b124e0796
diff --git a/include/svtools/langtab.hxx b/include/svtools/langtab.hxx
index f8e6363..0034873 100644
--- a/include/svtools/langtab.hxx
+++ b/include/svtools/langtab.hxx
@@ -23,6 +23,8 @@
#include <rtl/ustring.hxx>
#include <svtools/svtdllapi.h>
+class LanguageTag;
+
class SVT_DLLPUBLIC SvtLanguageTable
{
public:
More information about the Libreoffice-commits
mailing list