summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/sharedconnection.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-06-03 10:01:18 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-06-03 11:17:22 +0200
commitcebb96ec3a22d9023fb8a8d91f6c766a8a3866af (patch)
treee224a0d04781b60a1925b93347d86e2ff87c9462 /sw/source/uibase/inc/sharedconnection.hxx
parentd2bbef3d3d6c7be096175ddbdb788ece5067f5fc (diff)
sw: fix include guards
after the latest file move Change-Id: I105eb04ad98d1bf71eddec4528657c248fcc4348
Diffstat (limited to 'sw/source/uibase/inc/sharedconnection.hxx')
-rw-r--r--sw/source/uibase/inc/sharedconnection.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/inc/sharedconnection.hxx b/sw/source/uibase/inc/sharedconnection.hxx
index 01694e0e84b6..48b23e4f7673 100644
--- a/sw/source/uibase/inc/sharedconnection.hxx
+++ b/sw/source/uibase/inc/sharedconnection.hxx
@@ -17,14 +17,14 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SW_SOURCE_CORE_UIBASE_INC_SHAREDCONNECTION_HXX
-#define INCLUDED_SW_SOURCE_CORE_UIBASE_INC_SHAREDCONNECTION_HXX
+#ifndef INCLUDED_SW_SOURCE_UIBASE_INC_SHAREDCONNECTION_HXX
+#define INCLUDED_SW_SOURCE_UIBASE_INC_SHAREDCONNECTION_HXX
#include <unotools/sharedunocomponent.hxx>
#include <com/sun/star/sdbc/XConnection.hpp>
typedef ::utl::SharedUNOComponent< ::com::sun::star::sdbc::XConnection > SharedConnection;
-#endif // INCLUDED_SW_SOURCE_CORE_UIBASE_INC_SHAREDCONNECTION_HXX
+#endif // INCLUDED_SW_SOURCE_UIBASE_INC_SHAREDCONNECTION_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */