summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svl/source/passwordcontainer/passwordcontainer.cxx2
-rw-r--r--svl/source/passwordcontainer/passwordcontainer.hxx (renamed from svl/source/inc/passwordcontainer.hxx)8
2 files changed, 5 insertions, 5 deletions
diff --git a/svl/source/passwordcontainer/passwordcontainer.cxx b/svl/source/passwordcontainer/passwordcontainer.cxx
index 2905f63e115e..c2e8b7100028 100644
--- a/svl/source/passwordcontainer/passwordcontainer.cxx
+++ b/svl/source/passwordcontainer/passwordcontainer.cxx
@@ -18,7 +18,7 @@
*/
-#include <passwordcontainer.hxx>
+#include "passwordcontainer.hxx"
#include <unotools/pathoptions.hxx>
#include <cppuhelper/factory.hxx>
diff --git a/svl/source/inc/passwordcontainer.hxx b/svl/source/passwordcontainer/passwordcontainer.hxx
index bda69d6a745f..67ad63e72722 100644
--- a/svl/source/inc/passwordcontainer.hxx
+++ b/svl/source/passwordcontainer/passwordcontainer.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SVL_SOURCE_INC_PASSWORDCONTAINER_HXX
-#define INCLUDED_SVL_SOURCE_INC_PASSWORDCONTAINER_HXX
+#ifndef INCLUDED_SVL_SOURCE_PASSWORDCONTAINER_PASSWORDCONTAINER_HXX
+#define INCLUDED_SVL_SOURCE_PASSWORDCONTAINER_PASSWORDCONTAINER_HXX
#include <vector>
#include <map>
@@ -39,7 +39,7 @@
#include <rtl/ref.hxx>
#include <osl/mutex.hxx>
-#include <syscreds.hxx>
+#include "syscreds.hxx"
#define MEMORY_RECORD 0
#define PERSISTENT_RECORD 1
@@ -366,6 +366,6 @@ public:
};
-#endif // INCLUDED_SVL_SOURCE_INC_PASSWORDCONTAINER_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */