summaryrefslogtreecommitdiffstats
path: root/include/unotest
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2016-11-19 20:35:07 +0100
committerDavid Tardon <dtardon@redhat.com>2016-11-21 09:44:39 +0100
commitc87ecb0e18b11bc8ff4043ae17be097c73faf2d1 (patch)
tree845f00f3df127c4fc51c161bdb5a34f76663d1b0 /include/unotest
parentloplugin:datamembershadow (diff)
downloadcore-c87ecb0e18b11bc8ff4043ae17be097c73faf2d1.tar.gz
core-c87ecb0e18b11bc8ff4043ae17be097c73faf2d1.zip
remove dep on unotest from osl_Pipe test
Change-Id: I5f5862a684e52bd3d1336fa9f8cffa77cdebbe4c
Diffstat (limited to 'include/unotest')
-rw-r--r--include/unotest/uniquepipename.hxx37
1 files changed, 0 insertions, 37 deletions
diff --git a/include/unotest/uniquepipename.hxx b/include/unotest/uniquepipename.hxx
deleted file mode 100644
index f406dc1dd69b..000000000000
--- a/include/unotest/uniquepipename.hxx
+++ /dev/null
@@ -1,37 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-
-#ifndef INCLUDED_UNOTEST_UNIQUEPIPENAME_HXX
-#define INCLUDED_UNOTEST_UNIQUEPIPENAME_HXX
-
-#include <sal/config.h>
-
-#include <rtl/ustring.hxx>
-#include <unotest/detail/unotestdllapi.hxx>
-
-namespace test {
-
-// Create a system-wide unique name (for use with osl::Pipe):
-OOO_DLLPUBLIC_UNOTEST OUString uniquePipeName(OUString const & name);
-
-}
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */