[Libreoffice-commits] core.git: forms/source
Jens Carl
j.carl43 at gmx.de
Sun Jun 1 09:06:56 PDT 2014
forms/source/component/FormsCollection.hxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit ee0714cb95c14b889074d4baa584eba8e285c8e3
Author: Jens Carl <j.carl43 at gmx.de>
Date: Fri May 30 20:30:35 2014 +0000
Fixed lower case typo in header guard definition
Change-Id: Ib4f09892850bfcb72ddec0b0a924746495c5551f
Reviewed-on: https://gerrit.libreoffice.org/9579
Reviewed-by: Thomas Arnhold <thomas at arnhold.org>
Tested-by: Thomas Arnhold <thomas at arnhold.org>
diff --git a/forms/source/component/FormsCollection.hxx b/forms/source/component/FormsCollection.hxx
index 0dfb6ae..3980417 100644
--- a/forms/source/component/FormsCollection.hxx
+++ b/forms/source/component/FormsCollection.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_FORMS_SOURCE_COMPONENT_fORMSCOLLECTION_HXX
-#define INCLUDED_FORMS_SOURCE_COMPONENT_fORMSCOLLECTION_HXX
+#ifndef INCLUDED_FORMS_SOURCE_COMPONENT_FORMSCOLLECTION_HXX
+#define INCLUDED_FORMS_SOURCE_COMPONENT_FORMSCOLLECTION_HXX
#include "InterfaceContainer.hxx"
#include <cppuhelper/component.hxx>
@@ -187,6 +187,6 @@ public:
} // namespace frm
-#endif // INCLUDED_FORMS_SOURCE_COMPONENT_fORMSCOLLECTION_HXX
+#endif // INCLUDED_FORMS_SOURCE_COMPONENT_FORMSCOLLECTION_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
More information about the Libreoffice-commits
mailing list