summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2017-10-03 10:01:40 +0200
committerJan Holesovsky <kendy@collabora.com>2017-10-03 10:03:45 +0200
commit055766f79ef74e1774d0f434ac13c6276d849902 (patch)
treee73e0f39b8434f28a36eee55f15739956a559aa5 /include
parent9127d1a89cbfba89eb9df6755ea7b9e161cfc67a (diff)
LOK: getSpellLanguages() is not necessary in comphelper in the end.
Change-Id: If81cd3d4508ba3f44304a9ec9b643bf771e8930c
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/lok.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/comphelper/lok.hxx b/include/comphelper/lok.hxx
index 22f0c70556c7..7a293ca70352 100644
--- a/include/comphelper/lok.hxx
+++ b/include/comphelper/lok.hxx
@@ -10,10 +10,7 @@
#ifndef INCLUDED_COMPHELPER_LOK_HXX
#define INCLUDED_COMPHELPER_LOK_HXX
-#include <com/sun/star/lang/Locale.hpp>
-
#include <comphelper/comphelperdllapi.h>
-#include <comphelper/sequence.hxx>
// Interface between the LibreOfficeKit implementation called by LibreOfficeKit clients and other
// LibreOffice code.
@@ -71,8 +68,6 @@ COMPHELPER_DLLPUBLIC void statusIndicatorStart();
COMPHELPER_DLLPUBLIC void statusIndicatorSetValue(int percent);
COMPHELPER_DLLPUBLIC void statusIndicatorFinish();
-COMPHELPER_DLLPUBLIC css::uno::Sequence< css::lang::Locale > getSpellLanguages();
-
}
}