summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/file/FColumns.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/file/FColumns.hxx')
-rw-r--r--connectivity/source/inc/file/FColumns.hxx12
1 files changed, 4 insertions, 8 deletions
diff --git a/connectivity/source/inc/file/FColumns.hxx b/connectivity/source/inc/file/FColumns.hxx
index 57fa6f65cb55..056934f88c65 100644
--- a/connectivity/source/inc/file/FColumns.hxx
+++ b/connectivity/source/inc/file/FColumns.hxx
@@ -17,19 +17,16 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FCOLUMNS_HXX
-#define INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FCOLUMNS_HXX
+#pragma once
#include <connectivity/sdbcx/VCollection.hxx>
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
#include <file/FTable.hxx>
#include <file/filedllapi.hxx>
-namespace connectivity
-{
- namespace file
+namespace connectivity::file
{
- class OOO_DLLPUBLIC_FILE OColumns : public sdbcx::OCollection
+ class UNLESS_MERGELIBS_MORE(OOO_DLLPUBLIC_FILE) OColumns : public sdbcx::OCollection
{
protected:
OFileTable* m_pTable;
@@ -44,8 +41,7 @@ namespace connectivity
,m_pTable(_pTable)
{}
};
- }
+
}
-#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FCOLUMNS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */