summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-18 22:47:44 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-19 11:10:13 +0200
commit8bb2ce61c03886d8b323288dc92d74fc1e45da4e (patch)
tree7c26a4701873df3bab364fb7e9a386aef6a12c99 /uui
parente9f918cefc0183f6a7322a427b6eaf8f37615e21 (diff)
fixincludeguards.sh: some smaller dirs
Change-Id: Ic25bd678dc299627299b22145efd7bebcf2b39d0
Diffstat (limited to 'uui')
-rw-r--r--uui/source/alreadyopen.hxx4
-rw-r--r--uui/source/filechanged.hxx4
-rw-r--r--uui/source/fltdlg.hxx6
-rw-r--r--uui/source/getcontinuations.hxx6
-rw-r--r--uui/source/iahndl.hxx6
-rw-r--r--uui/source/lockfailed.hxx4
-rw-r--r--uui/source/logindlg.hxx6
-rw-r--r--uui/source/loginerr.hxx4
-rw-r--r--uui/source/masterpasscrtdlg.hxx6
-rw-r--r--uui/source/masterpassworddlg.hxx6
-rw-r--r--uui/source/nameclashdlg.hxx4
-rw-r--r--uui/source/newerverwarn.hxx6
-rw-r--r--uui/source/openlocked.hxx4
-rw-r--r--uui/source/passwordcontainer.hxx4
-rw-r--r--uui/source/passworddlg.hxx6
-rw-r--r--uui/source/requeststringresolver.hxx6
-rw-r--r--uui/source/secmacrowarnings.hxx4
-rw-r--r--uui/source/sslwarndlg.hxx6
-rw-r--r--uui/source/trylater.hxx4
-rw-r--r--uui/source/unknownauthdlg.hxx6
20 files changed, 51 insertions, 51 deletions
diff --git a/uui/source/alreadyopen.hxx b/uui/source/alreadyopen.hxx
index a4316bb46e19..892d6dc5b6a3 100644
--- a/uui/source/alreadyopen.hxx
+++ b/uui/source/alreadyopen.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 _UUI_ALREADYOPEN_HXX
-#define _UUI_ALREADYOPEN_HXX
+#ifndef INCLUDED_UUI_SOURCE_ALREADYOPEN_HXX
+#define INCLUDED_UUI_SOURCE_ALREADYOPEN_HXX
#include <vcl/msgbox.hxx>
diff --git a/uui/source/filechanged.hxx b/uui/source/filechanged.hxx
index ea7bfb047dd0..de29a2ff4258 100644
--- a/uui/source/filechanged.hxx
+++ b/uui/source/filechanged.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 _UUI_FILECHANGED_HXX
-#define _UUI_FILECHANGED_HXX
+#ifndef INCLUDED_UUI_SOURCE_FILECHANGED_HXX
+#define INCLUDED_UUI_SOURCE_FILECHANGED_HXX
#include <vcl/msgbox.hxx>
diff --git a/uui/source/fltdlg.hxx b/uui/source/fltdlg.hxx
index 9395b3171271..9b0663376076 100644
--- a/uui/source/fltdlg.hxx
+++ b/uui/source/fltdlg.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef UUI_FLTDLG_HXX
-#define UUI_FLTDLG_HXX
+#ifndef INCLUDED_UUI_SOURCE_FLTDLG_HXX
+#define INCLUDED_UUI_SOURCE_FLTDLG_HXX
#include <vcl/dialog.hxx>
@@ -70,6 +70,6 @@ class FilterDialog : public ModalDialog
} // namespace uui
-#endif // UUI_FLTDLG_HXX
+#endif // INCLUDED_UUI_SOURCE_FLTDLG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/uui/source/getcontinuations.hxx b/uui/source/getcontinuations.hxx
index 81bef0e23f64..cb8b9f0f94b6 100644
--- a/uui/source/getcontinuations.hxx
+++ b/uui/source/getcontinuations.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_UUI_GETCONTINUATIONS_HXX
-#define INCLUDED_UUI_GETCONTINUATIONS_HXX
+#ifndef INCLUDED_UUI_SOURCE_GETCONTINUATIONS_HXX
+#define INCLUDED_UUI_SOURCE_GETCONTINUATIONS_HXX
#include "com/sun/star/uno/Reference.hxx"
#include "com/sun/star/uno/Sequence.hxx"
@@ -107,6 +107,6 @@ void getContinuations(
}
}
-#endif /* INCLUDED_UUI_GETCONTINUATIONS_HXX */
+#endif // INCLUDED_UUI_SOURCE_GETCONTINUATIONS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/uui/source/iahndl.hxx b/uui/source/iahndl.hxx
index 44b19120d26b..03c61230c80e 100644
--- a/uui/source/iahndl.hxx
+++ b/uui/source/iahndl.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef UUI_IAHNDL_HXX
-#define UUI_IAHNDL_HXX
+#ifndef INCLUDED_UUI_SOURCE_IAHNDL_HXX
+#define INCLUDED_UUI_SOURCE_IAHNDL_HXX
#include <vector>
@@ -342,6 +342,6 @@ public:
SAL_THROW(());
};
-#endif // UUI_IAHNDL_HXX
+#endif // INCLUDED_UUI_SOURCE_IAHNDL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/uui/source/lockfailed.hxx b/uui/source/lockfailed.hxx
index 74ac1235ca52..da16c1b56af5 100644
--- a/uui/source/lockfailed.hxx
+++ b/uui/source/lockfailed.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 _UUI_LOCKFAILED_HXX
-#define _UUI_LOCKFAILED_HXX
+#ifndef INCLUDED_UUI_SOURCE_LOCKFAILED_HXX
+#define INCLUDED_UUI_SOURCE_LOCKFAILED_HXX
#include <vcl/msgbox.hxx>
diff --git a/uui/source/logindlg.hxx b/uui/source/logindlg.hxx
index d7feffffe4b1..c3f8ecaee2d7 100644
--- a/uui/source/logindlg.hxx
+++ b/uui/source/logindlg.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef UUI_LOGINDLG_HXX
-#define UUI_LOGINDLG_HXX
+#ifndef INCLUDED_UUI_SOURCE_LOGINDLG_HXX
+#define INCLUDED_UUI_SOURCE_LOGINDLG_HXX
#include <svtools/stdctrl.hxx>
#include <vcl/button.hxx>
@@ -95,6 +95,6 @@ public:
-#endif // UUI_LOGINDLG_HXX
+#endif // INCLUDED_UUI_SOURCE_LOGINDLG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/uui/source/loginerr.hxx b/uui/source/loginerr.hxx
index a5b620e011d9..1903e8f71ee1 100644
--- a/uui/source/loginerr.hxx
+++ b/uui/source/loginerr.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef m_LOGINERR_HXX
-#define m_LOGINERR_HXX
+#ifndef INCLUDED_UUI_SOURCE_LOGINERR_HXX
+#define INCLUDED_UUI_SOURCE_LOGINERR_HXX
#include <rtl/ustring.hxx>
diff --git a/uui/source/masterpasscrtdlg.hxx b/uui/source/masterpasscrtdlg.hxx
index 6520144cb140..44fdcf07e76f 100644
--- a/uui/source/masterpasscrtdlg.hxx
+++ b/uui/source/masterpasscrtdlg.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef UUI_MASTERPASSCRTDLG_HXX
-#define UUI_MASTERPASSCRTDLG_HXX
+#ifndef INCLUDED_UUI_SOURCE_MASTERPASSCRTDLG_HXX
+#define INCLUDED_UUI_SOURCE_MASTERPASSCRTDLG_HXX
#include <com/sun/star/task/PasswordRequestMode.hpp>
#include <svtools/stdctrl.hxx>
@@ -50,6 +50,6 @@ private:
sal_uInt16 nMinLen;
};
-#endif // UUI_MASTERPASSCRTDLG_HXX
+#endif // INCLUDED_UUI_SOURCE_MASTERPASSCRTDLG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/uui/source/masterpassworddlg.hxx b/uui/source/masterpassworddlg.hxx
index 3c8682d12394..3bd9a9508366 100644
--- a/uui/source/masterpassworddlg.hxx
+++ b/uui/source/masterpassworddlg.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef UUI_MASTERPASSWORDDLG_HXX
-#define UUI_MASTERPASSWORDDLG_HXX
+#ifndef INCLUDED_UUI_SOURCE_MASTERPASSWORDDLG_HXX
+#define INCLUDED_UUI_SOURCE_MASTERPASSWORDDLG_HXX
#include <com/sun/star/task/PasswordRequestMode.hpp>
#include <svtools/stdctrl.hxx>
@@ -45,6 +45,6 @@ private:
ResMgr* pResourceMgr;
};
-#endif // UUI_MASTERPASSWORDDLG_HXX
+#endif // INCLUDED_UUI_SOURCE_MASTERPASSWORDDLG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/uui/source/nameclashdlg.hxx b/uui/source/nameclashdlg.hxx
index 387d6e479bf2..ffc81816f8ac 100644
--- a/uui/source/nameclashdlg.hxx
+++ b/uui/source/nameclashdlg.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef UUI_NAMECLASHDLG_HXX
-#define UUI_NAMECLASHDLG_HXX
+#ifndef INCLUDED_UUI_SOURCE_NAMECLASHDLG_HXX
+#define INCLUDED_UUI_SOURCE_NAMECLASHDLG_HXX
#include "vcl/button.hxx"
#include "vcl/dialog.hxx"
diff --git a/uui/source/newerverwarn.hxx b/uui/source/newerverwarn.hxx
index 27412134e1b0..e24e531c579f 100644
--- a/uui/source/newerverwarn.hxx
+++ b/uui/source/newerverwarn.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 _NEWERVERSIONWARNING_HXX
-#define _NEWERVERSIONWARNING_HXX
+#ifndef INCLUDED_UUI_SOURCE_NEWERVERWARN_HXX
+#define INCLUDED_UUI_SOURCE_NEWERVERWARN_HXX
#include <vcl/button.hxx>
#include <vcl/fixed.hxx>
@@ -49,6 +49,6 @@ namespace uui
};
} // namespace uui
-#endif // #ifndef _NEWERVERSIONWARNING_HXX
+#endif // INCLUDED_UUI_SOURCE_NEWERVERWARN_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/uui/source/openlocked.hxx b/uui/source/openlocked.hxx
index bcc0cded855e..8662d7bfc601 100644
--- a/uui/source/openlocked.hxx
+++ b/uui/source/openlocked.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 _UUI_OPENLOCKED_HXX
-#define _UUI_OPENLOCKED_HXX
+#ifndef INCLUDED_UUI_SOURCE_OPENLOCKED_HXX
+#define INCLUDED_UUI_SOURCE_OPENLOCKED_HXX
#include <vcl/msgbox.hxx>
diff --git a/uui/source/passwordcontainer.hxx b/uui/source/passwordcontainer.hxx
index e853446033b7..98a5cf765b01 100644
--- a/uui/source/passwordcontainer.hxx
+++ b/uui/source/passwordcontainer.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_UUI_PASSWORDCONTAINER_HXX
-#define INCLUDED_UUI_PASSWORDCONTAINER_HXX
+#ifndef INCLUDED_UUI_SOURCE_PASSWORDCONTAINER_HXX
+#define INCLUDED_UUI_SOURCE_PASSWORDCONTAINER_HXX
#include "cppuhelper/implbase2.hxx"
diff --git a/uui/source/passworddlg.hxx b/uui/source/passworddlg.hxx
index 4d7c03d975cf..b58ce1fab43f 100644
--- a/uui/source/passworddlg.hxx
+++ b/uui/source/passworddlg.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef PASSWORDDLG_HXX
-#define PASSWORDDLG_HXX
+#ifndef INCLUDED_UUI_SOURCE_PASSWORDDLG_HXX
+#define INCLUDED_UUI_SOURCE_PASSWORDDLG_HXX
#include <com/sun/star/task/PasswordRequestMode.hpp>
#include <svtools/stdctrl.hxx>
@@ -55,6 +55,6 @@ private:
ResMgr* pResourceMgr;
};
-#endif // PASSWORDDLG_HXX
+#endif // INCLUDED_UUI_SOURCE_PASSWORDDLG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/uui/source/requeststringresolver.hxx b/uui/source/requeststringresolver.hxx
index d40a5c05df57..7d2634e8bf13 100644
--- a/uui/source/requeststringresolver.hxx
+++ b/uui/source/requeststringresolver.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef UUI_REQUESTSTRINGRESOLVER_HXX
-#define UUI_REQUESTSTRINGRESOLVER_HXX
+#ifndef INCLUDED_UUI_SOURCE_REQUESTSTRINGRESOLVER_HXX
+#define INCLUDED_UUI_SOURCE_REQUESTSTRINGRESOLVER_HXX
#include "com/sun/star/lang/XServiceInfo.hpp"
#include "com/sun/star/task/XInteractionRequestStringResolver.hpp"
@@ -78,6 +78,6 @@ private:
throw (com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
};
-#endif // UUI_REQUESTSTRINGRESOLVER_HXX
+#endif // INCLUDED_UUI_SOURCE_REQUESTSTRINGRESOLVER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/uui/source/secmacrowarnings.hxx b/uui/source/secmacrowarnings.hxx
index 1d2ecca4871a..958aa7e56745 100644
--- a/uui/source/secmacrowarnings.hxx
+++ b/uui/source/secmacrowarnings.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SECMACROWARNINGS_HXX
-#define _SECMACROWARNINGS_HXX
+#ifndef INCLUDED_UUI_SOURCE_SECMACROWARNINGS_HXX
+#define INCLUDED_UUI_SOURCE_SECMACROWARNINGS_HXX
#include <vcl/dialog.hxx>
#include <svtools/stdctrl.hxx>
diff --git a/uui/source/sslwarndlg.hxx b/uui/source/sslwarndlg.hxx
index c7b1492a87eb..30146e128e0e 100644
--- a/uui/source/sslwarndlg.hxx
+++ b/uui/source/sslwarndlg.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 UUI_SSLWARN_HXX
-#define UUI_SSLWARN_HXX
+#ifndef INCLUDED_UUI_SOURCE_SSLWARNDLG_HXX
+#define INCLUDED_UUI_SOURCE_SSLWARNDLG_HXX
#include <vcl/fixed.hxx>
#include <vcl/button.hxx>
@@ -49,6 +49,6 @@ public:
void setDescription1Text(const OUString &aText) { set_primary_text(aText); }
};
-#endif // UUI_SSLWARN_HXX
+#endif // INCLUDED_UUI_SOURCE_SSLWARNDLG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/uui/source/trylater.hxx b/uui/source/trylater.hxx
index de23fc6a25a3..f7e3ceb74063 100644
--- a/uui/source/trylater.hxx
+++ b/uui/source/trylater.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 _UUI_TRYLATER_HXX
-#define _UUI_TRYLATER_HXX
+#ifndef INCLUDED_UUI_SOURCE_TRYLATER_HXX
+#define INCLUDED_UUI_SOURCE_TRYLATER_HXX
#include <vcl/msgbox.hxx>
diff --git a/uui/source/unknownauthdlg.hxx b/uui/source/unknownauthdlg.hxx
index 081bbbfa78e3..f78b91aab604 100644
--- a/uui/source/unknownauthdlg.hxx
+++ b/uui/source/unknownauthdlg.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 UUI_UNKNOWNAUTH_HXX
-#define UUI_UNKNOWNAUTH_HXX
+#ifndef INCLUDED_UUI_SOURCE_UNKNOWNAUTHDLG_HXX
+#define INCLUDED_UUI_SOURCE_UNKNOWNAUTHDLG_HXX
#include <vcl/button.hxx>
#include <vcl/layout.hxx>
@@ -58,6 +58,6 @@ public:
}
};
-#endif // UUI_UNKNOWNAUTH_HXX
+#endif // INCLUDED_UUI_SOURCE_UNKNOWNAUTHDLG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */