diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-04-07 12:37:56 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-04-07 12:41:11 +0300 |
commit | c5e119f51bd07fb11ac04a58dacf3f79695d02a9 (patch) | |
tree | c297bc8e4f04e1a8b1c45162192bf5ef9b204f2d /sal/inc/misc.hxx | |
parent | 43a31e3a727760cf4cf82cdc19ca4c8dcc8a057d (diff) |
Drop pointless "internal" directory level for already internal include files
Change-Id: I496fdbab3e17c806c2d16513412c4c1b9120bc3c
Diffstat (limited to 'sal/inc/misc.hxx')
-rw-r--r-- | sal/inc/misc.hxx | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sal/inc/misc.hxx b/sal/inc/misc.hxx new file mode 100644 index 000000000000..b93868e1baab --- /dev/null +++ b/sal/inc/misc.hxx @@ -0,0 +1,18 @@ +/* -*- 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/. + */ +#ifndef INCLUDED_SAL_INC_INTERNAL_MISC_H +#define INCLUDED_SAL_INC_INTERNAL_MISC_H + +#include <rtl/ustring.hxx> + +/// Build a debugging backtrace from current PC location. +rtl_uString *osl_backtraceAsString(void); + +#endif // INCLUDED_SAL_INC_INTERNAL_MISC_H + |