summaryrefslogtreecommitdiffstats
path: root/dbaccess/inc/core_resource.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/inc/core_resource.hxx')
-rw-r--r--dbaccess/inc/core_resource.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/dbaccess/inc/core_resource.hxx b/dbaccess/inc/core_resource.hxx
index 99cbb34d6d2a..000a59bf1713 100644
--- a/dbaccess/inc/core_resource.hxx
+++ b/dbaccess/inc/core_resource.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_CORE_RESOURCE_HXX
-#define INCLUDED_DBACCESS_SOURCE_CORE_INC_CORE_RESOURCE_HXX
+#pragma once
#include <rtl/ustring.hxx>
#include "dbadllapi.hxx"
@@ -31,7 +30,7 @@ namespace dbaccess
{
// ResourceManager
// handling resources within the DBA-Core library
- class OOO_DLLPUBLIC_DBA ResourceManager
+ class UNLESS_MERGELIBS_MORE(OOO_DLLPUBLIC_DBA) ResourceManager
{
private:
// no instantiation allowed
@@ -66,6 +65,4 @@ namespace dbaccess
};
}
-#endif // INCLUDED_DBACCESS_SOURCE_CORE_INC_CORE_RESOURCE_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */