Kaydet (Commit) 805efbb8 authored tarafından Frank Schönheit's avatar Frank Schönheit

prevent stringconstants.hrc against direct inclusion

üst 4cadbf6c
......@@ -2,9 +2,9 @@
*
* $RCSfile: dbastrings.hrc,v $
*
* $Revision: 1.1 $
* $Revision: 1.2 $
*
* last change: $Author: oj $ $Date: 2000-10-24 13:08:33 $
* last change: $Author: fs $ $Date: 2000-10-27 08:05:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -67,7 +67,9 @@
namespace dbaccess
{
#define STRINGCONSTANTS_INCLUDED_INDIRECT
#include "stringconstants.hrc"
#undef STRINGCONSTANTS_INCLUDED_INDIRECT
}
#endif // DBACCESS_SHARED_DBASTRINGS_HRC
......@@ -2,9 +2,9 @@
*
* $RCSfile: dbustrings.hrc,v $
*
* $Revision: 1.1 $
* $Revision: 1.2 $
*
* last change: $Author: oj $ $Date: 2000-10-24 13:08:25 $
* last change: $Author: fs $ $Date: 2000-10-27 08:05:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -67,7 +67,9 @@
namespace dbaui
{
#define STRINGCONSTANTS_INCLUDED_INDIRECT
#include "stringconstants.hrc"
#undef STRINGCONSTANTS_INCLUDED_INDIRECT
}
#endif // DBACCESS_SHARED_DBUSTRINGS_HRC
......@@ -2,9 +2,9 @@
*
* $RCSfile: stringconstants.hrc,v $
*
* $Revision: 1.8 $
* $Revision: 1.9 $
*
* last change: $Author: oj $ $Date: 2000-10-24 13:08:02 $
* last change: $Author: fs $ $Date: 2000-10-27 08:05:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -61,6 +61,18 @@
#ifndef _DBASHARED_STRINGCONSTANTS_HRC_
#define _DBASHARED_STRINGCONSTANTS_HRC_
#ifndef STRINGCONSTANTS_INCLUDED_INDIRECT
#error "don't include this file directly! use dbastrings.hrc or dbustrings.hrc instead!"
#endif
#ifndef _SAL_TYPES_H_
#include <sal/types.h>
#endif
#ifndef _RTL_USTRING_HXX_
#include <rtl/ustring.hxx>
#endif
//============================================================
//= a helper for static ascii pseudo-unicode strings
//============================================================
......
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