Kaydet (Commit) 158672fd authored tarafından Jens Carl's avatar Jens Carl Kaydeden (comit) Thomas Arnhold

fdo#68849: Add header guards to all include files

Added header guards to files in directories toolkit/, and ucb/

Change-Id: Ia7ea7d6fad685c7648db22455b5587cf6260318d
Reviewed-on: https://gerrit.libreoffice.org/9595Reviewed-by: 's avatarThomas Arnhold <thomas@arnhold.org>
Tested-by: 's avatarThomas Arnhold <thomas@arnhold.org>
üst e15732bc
......@@ -17,6 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_TOOLKIT_SOURCE_CONTROLS_GRID_GRIDCOLUMN_HXX
#define INCLUDED_TOOLKIT_SOURCE_CONTROLS_GRID_GRIDCOLUMN_HXX
#include <com/sun/star/awt/grid/XGridColumn.hpp>
#include <com/sun/star/lang/XEventListener.hpp>
......@@ -126,4 +128,6 @@ private:
}
#endif // INCLUDED_TOOLKIT_SOURCE_CONTROLS_GRID_GRIDCOLUMN_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -16,7 +16,9 @@
* 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_UCB_SOURCE_UCP_FILE_FILERROR_HXX
#define INCLUDED_UCB_SOURCE_UCP_FILE_FILERROR_HXX
namespace fileaccess {
......@@ -103,9 +105,6 @@ namespace fileaccess {
}
#endif
#endif // INCLUDED_UCB_SOURCE_UCP_FILE_FILERROR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -22,6 +22,9 @@
*************************************************************************/
#ifndef INCLUDED_UCB_SOURCE_UCP_FTP_FTPCONTAINER_HXX
#define INCLUDED_UCB_SOURCE_UCP_FTP_FTPCONTAINER_HXX
#include <sal/types.h>
namespace ftp {
......@@ -51,4 +54,6 @@ public:
extern "C" int memory_write(
void *buffer,size_t size,size_t nmemb,void *stream);
#endif // INCLUDED_UCB_SOURCE_UCP_FTP_FTPCONTAINER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_UCB_SOURCE_UCP_FTP_FTPHANDLEPROVIDER_HXX
#define INCLUDED_UCB_SOURCE_UCP_FTP_FTPHANDLEPROVIDER_HXX
#include <rtl/ustring.hxx>
#include "curl.hxx"
......@@ -50,4 +53,6 @@ namespace ftp {
}
#endif // INCLUDED_UCB_SOURCE_UCP_FTP_FTPHANDLEPROVIDER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -17,10 +17,15 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_UCB_SOURCE_UCP_FTP_TEST_FTPURL_HXX
#define INCLUDED_UCB_SOURCE_UCP_FTP_TEST_FTPURL_HXX
extern int test_ftpurl(void);
extern int test_ftpproperties(void);
extern int test_ftpopen(void);
extern int test_ftplist(void);
extern int test_ftpparent(void);
#endif // INCLUDED_UCB_SOURCE_UCP_FTP_TEST_FTPURL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment