diff options
author | Noel Grandin <noel@peralex.com> | 2014-05-30 09:01:35 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-05-30 09:01:35 +0200 |
commit | 5d13b6e8216178258a3ffb5ef4793669099183e4 (patch) | |
tree | 5c1a2d1de25acecb41c53402d99824cedd3e10bc /io | |
parent | c8905a124fbf9ab680e2886c3f31992cab2bcd15 (diff) |
fix . in #define
as a consequence of
commit 9e3cc6b47444f988a68ca3ddcad779ed0480b00c
"fdo#68849: Add header guards to all include files"
Change-Id: Ibabf0d88ff4d928311ad5079ac3aa1fd6a2c1e6d
Diffstat (limited to 'io')
-rw-r--r-- | io/source/connector/connector.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/io/source/connector/connector.hxx b/io/source/connector/connector.hxx index b113097c4b89..cf24e18c9cda 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: */ |