summaryrefslogtreecommitdiff
path: root/svl/source/passwordcontainer
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-28 03:49:37 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-10-28 15:16:19 +0100
commitd15f68087ba98a2051ef205dc31ea22b28f27f8b (patch)
tree18db1b35ca4e51b1d896802c021688caa5fb72e0 /svl/source/passwordcontainer
parentdf2fe970724def37ac1966dbd4dc8925192b11f1 (diff)
fixincludeguards.sh: svl
Change-Id: I70ef44216fb7ddb4e12b9d90406b45cc594279f0
Diffstat (limited to 'svl/source/passwordcontainer')
-rw-r--r--svl/source/passwordcontainer/syscreds.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svl/source/passwordcontainer/syscreds.hxx b/svl/source/passwordcontainer/syscreds.hxx
index e5dadaf48623..e0761decdee2 100644
--- a/svl/source/passwordcontainer/syscreds.hxx
+++ b/svl/source/passwordcontainer/syscreds.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SVTOOLS_SYSCREDS_HXX
-#define INCLUDED_SVTOOLS_SYSCREDS_HXX
+#ifndef INCLUDED_SVL_SOURCE_PASSWORDCONTAINER_SYSCREDS_HXX
+#define INCLUDED_SVL_SOURCE_PASSWORDCONTAINER_SYSCREDS_HXX
#include <set>
#include <memory>
@@ -81,6 +81,6 @@ class SysCredentialsConfig
bool m_bCfgInited;
};
-#endif // INCLUDED_SVTOOLS_SYSCREDS_HXX
+#endif // INCLUDED_SVL_SOURCE_PASSWORDCONTAINER_SYSCREDS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */