Files
libreoffice/include/comphelper/xmltools.hxx

31 lines
790 B
C++
Raw Normal View History

2011-09-08 13:50:30 +01:00
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
2011-09-08 13:50:30 +01:00
*
* 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/.
2011-09-08 13:50:30 +01:00
*/
#ifndef INCLUDED_COMPHELPER_XMLTOOLS_HXX
#define INCLUDED_COMPHELPER_XMLTOOLS_HXX
2011-09-08 13:50:30 +01:00
#include <rtl/strbuf.hxx>
#include <rtl/ustrbuf.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <comphelper/comphelperdllapi.h>
namespace comphelper
{
namespace xml
{
COMPHELPER_DLLPUBLIC OString makeXMLChaff();
COMPHELPER_DLLPUBLIC OString generateGUIDString();
2011-09-08 13:50:30 +01:00
}
}
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */