summaryrefslogtreecommitdiffstats
path: root/connectivity
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-21 05:42:51 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-21 09:15:59 +0000
commit8fc6905674142c226a117a97a08cf0b24c9d4fc1 (patch)
tree4b32555fc44b1c84819bcc75bfd1451b57dd2e2b /connectivity
parentAdd writedirections buttons to calc sidebar fdo#67746 (diff)
downloadcore-8fc6905674142c226a117a97a08cf0b24c9d4fc1.tar.gz
core-8fc6905674142c226a117a97a08cf0b24c9d4fc1.zip
fdo#68849 add some header guards
Change-Id: I9d25a58f22095689eccc0ac444c163d1e9bee69f Reviewed-on: https://gerrit.libreoffice.org/6364 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/inc/ParameterSubstitution.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/connectivity/source/inc/ParameterSubstitution.hxx b/connectivity/source/inc/ParameterSubstitution.hxx
index 2c37895a090e..5f2da4f37c0f 100644
--- a/connectivity/source/inc/ParameterSubstitution.hxx
+++ b/connectivity/source/inc/ParameterSubstitution.hxx
@@ -16,6 +16,10 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+
+#ifndef CONNECTIVITY_PARAMETERSUBSTITUTION_HXX
+#define CONNECTIVITY_PARAMETERSUBSTITUTION_HXX
+
#include <com/sun/star/util/XStringSubstitution.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
@@ -61,4 +65,6 @@ namespace connectivity
} // connectivity
// ==================================
+#endif
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */