summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/lok.hxx (renamed from include/osl/lok.hxx)18
1 files changed, 7 insertions, 11 deletions
diff --git a/include/osl/lok.hxx b/include/comphelper/lok.hxx
index 3b241ef49748..8ddfb5a84fde 100644
--- a/include/osl/lok.hxx
+++ b/include/comphelper/lok.hxx
@@ -7,28 +7,24 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef INCLUDED_OSL_LOK_HXX
-#define INCLUDED_OSL_LOK_HXX
+#ifndef INCLUDED_COMPHELPER_LOK_HXX
+#define INCLUDED_COMPHELPER_LOK_HXX
-#ifdef LIBO_INTERNAL_ONLY
+#include <comphelper/comphelperdllapi.h>
-#include <sal/saldllapi.h>
-
-namespace osl
+namespace comphelper
{
namespace LibreOfficeKit
{
-SAL_DLLPUBLIC void setActive();
+COMPHELPER_DLLPUBLIC void setActive();
-SAL_DLLPUBLIC bool isActive();
+COMPHELPER_DLLPUBLIC bool isActive();
}
}
-#endif // LIBO_INTERNAL_ONLY
-
-#endif // INCLUDED_OSL_LOK_HXX
+#endif // INCLUDED_COMPHELPER_LOK_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */