forms/source/component/FormsCollection.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit ee0714cb95c14b889074d4baa584eba8e285c8e3
Author: Jens Carl <j.car...@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 <tho...@arnhold.org>
    Tested-by: Thomas Arnhold <tho...@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: */
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to