diff options
author | Noel Grandin <noel@peralex.com> | 2012-12-12 12:36:45 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2012-12-21 09:12:07 +0200 |
commit | 2a1b850b789a386fe77fecf8c4c2bfb0a4d099dc (patch) | |
tree | 76baaf5f6ee4ba6f8edf248bfc0fbca9a4f9505b /offapi/org | |
parent | e93a0018871ebea4da1959c72c06f3c7f4dc7b27 (diff) |
clean up all the UNO IDL module header guards
.. so I don't keep tripping over the bad ones during my UNO cleanup work.
(1) make them all use a similar syntax, makes it easier to run my automatic checker
(2) some of them were just cut'n'paste accidents waiting to happen
(3) remove unnecessary header guards in the __including__ file. That is very brittle.
Change-Id: I4e679c15161483ad93aeb316a25d6db6d97e9d4e
Diffstat (limited to 'offapi/org')
-rw-r--r-- | offapi/org/freedesktop/PackageKit/XQuery.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/org/freedesktop/PackageKit/XQuery.idl b/offapi/org/freedesktop/PackageKit/XQuery.idl index 87e9a6623a0c..5b3605abd2f6 100644 --- a/offapi/org/freedesktop/PackageKit/XQuery.idl +++ b/offapi/org/freedesktop/PackageKit/XQuery.idl @@ -6,8 +6,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef org_freedesktop_PakageKit_XQuery_idl -#define org_freedesktop_PakageKit_XQuery_idl +#ifndef org_freedesktop_PackageKit_XQuery_idl +#define org_freedesktop_PackageKit_XQuery_idl #include <com/sun/star/uno/XInterface.idl> |