summaryrefslogtreecommitdiff
path: root/sal/osl/all/utility.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/all/utility.cxx')
-rw-r--r--sal/osl/all/utility.cxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/sal/osl/all/utility.cxx b/sal/osl/all/utility.cxx
index a84111ce7c36..25611ca3347f 100644
--- a/sal/osl/all/utility.cxx
+++ b/sal/osl/all/utility.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <osl/lok.hxx>
#include <osl/time.h>
/*
@@ -46,22 +45,6 @@ public:
static OGlobalTimer aGlobalTimer;
-namespace LibreOfficeKit
-{
-
-static bool bActive(false);
-
-void setActive()
-{
- bActive = true;
-}
-
-bool isActive()
-{
- return bActive;
-}
-
-} // namespace LibreOfficeKit
} // namespace osl
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */