io/source/connector/connector.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 5d13b6e8216178258a3ffb5ef4793669099183e4
Author: Noel Grandin <n...@peralex.com>
Date:   Fri May 30 09:01:35 2014 +0200

    fix . in #define
    
    as a consequence of
    commit 9e3cc6b47444f988a68ca3ddcad779ed0480b00c
    "fdo#68849: Add header guards to all include files"
    
    Change-Id: Ibabf0d88ff4d928311ad5079ac3aa1fd6a2c1e6d

diff --git a/io/source/connector/connector.hxx 
b/io/source/connector/connector.hxx
index b113097..cf24e18 100644
--- a/io/source/connector/connector.hxx
+++ b/io/source/connector/connector.hxx
@@ -17,8 +17,8 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_IO_SOURCE_CONNECTOR_CONNECTOR.HXX
-#define INCLUDED_IO_SOURCE_CONNECTOR_CONNECTOR.HXX
+#ifndef INCLUDED_IO_SOURCE_CONNECTOR_CONNECTOR_HXX
+#define INCLUDED_IO_SOURCE_CONNECTOR_CONNECTOR_HXX
 
 #include <cppuhelper/implbase1.hxx>
 #include <cppuhelper/implbase2.hxx>
@@ -133,6 +133,6 @@ namespace stoc_connector
     };
 }
 
-#endif // INCLUDED_IO_SOURCE_CONNECTOR_CONNECTOR.HXX
+#endif // INCLUDED_IO_SOURCE_CONNECTOR_CONNECTOR_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