summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/textfield/docinfo
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-12-12 12:36:45 +0200
committerNoel Grandin <noel@peralex.com>2012-12-21 09:12:07 +0200
commit2a1b850b789a386fe77fecf8c4c2bfb0a4d099dc (patch)
tree76baaf5f6ee4ba6f8edf248bfc0fbca9a4f9505b /offapi/com/sun/star/text/textfield/docinfo
parente93a0018871ebea4da1959c72c06f3c7f4dc7b27 (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/com/sun/star/text/textfield/docinfo')
-rw-r--r--offapi/com/sun/star/text/textfield/docinfo/ChangeAuthor.idl4
-rw-r--r--offapi/com/sun/star/text/textfield/docinfo/ChangeDateTime.idl4
-rw-r--r--offapi/com/sun/star/text/textfield/docinfo/CreateAuthor.idl4
-rw-r--r--offapi/com/sun/star/text/textfield/docinfo/CreateDateTime.idl4
-rw-r--r--offapi/com/sun/star/text/textfield/docinfo/EditTime.idl4
-rw-r--r--offapi/com/sun/star/text/textfield/docinfo/PrintAuthor.idl4
-rw-r--r--offapi/com/sun/star/text/textfield/docinfo/PrintDateTime.idl4
7 files changed, 14 insertions, 14 deletions
diff --git a/offapi/com/sun/star/text/textfield/docinfo/ChangeAuthor.idl b/offapi/com/sun/star/text/textfield/docinfo/ChangeAuthor.idl
index af5855404280..a44418dfa397 100644
--- a/offapi/com/sun/star/text/textfield/docinfo/ChangeAuthor.idl
+++ b/offapi/com/sun/star/text/textfield/docinfo/ChangeAuthor.idl
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_text_textfield_ChangeAuthor_idl__
-#define __com_sun_star_text_textfield_ChangeAuthor_idl_
+#ifndef __com_sun_star_text_textfield_docinfo_ChangeAuthor_idl__
+#define __com_sun_star_text_textfield_docinfo_ChangeAuthor_idl_
#include <com/sun/star/text/TextField.idl>
diff --git a/offapi/com/sun/star/text/textfield/docinfo/ChangeDateTime.idl b/offapi/com/sun/star/text/textfield/docinfo/ChangeDateTime.idl
index 9beb867c8d17..9d0f2eedf597 100644
--- a/offapi/com/sun/star/text/textfield/docinfo/ChangeDateTime.idl
+++ b/offapi/com/sun/star/text/textfield/docinfo/ChangeDateTime.idl
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_text_textfield_ChangeDateTime_idl__
-#define __com_sun_star_text_textfield_ChangeDateTime_idl_
+#ifndef __com_sun_star_text_textfield_docinfo_ChangeDateTime_idl__
+#define __com_sun_star_text_textfield_docinfo_ChangeDateTime_idl_
#include <com/sun/star/text/TextField.idl>
diff --git a/offapi/com/sun/star/text/textfield/docinfo/CreateAuthor.idl b/offapi/com/sun/star/text/textfield/docinfo/CreateAuthor.idl
index c6e05241f48e..8beda78d1a31 100644
--- a/offapi/com/sun/star/text/textfield/docinfo/CreateAuthor.idl
+++ b/offapi/com/sun/star/text/textfield/docinfo/CreateAuthor.idl
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_text_textfield_CreateAuthor_idl__
-#define __com_sun_star_text_textfield_CreateAuthor_idl_
+#ifndef __com_sun_star_text_textfield_docinfo_CreateAuthor_idl__
+#define __com_sun_star_text_textfield_docinfo_CreateAuthor_idl_
#include <com/sun/star/text/TextField.idl>
diff --git a/offapi/com/sun/star/text/textfield/docinfo/CreateDateTime.idl b/offapi/com/sun/star/text/textfield/docinfo/CreateDateTime.idl
index ae68d1c480ba..438c4d9ba033 100644
--- a/offapi/com/sun/star/text/textfield/docinfo/CreateDateTime.idl
+++ b/offapi/com/sun/star/text/textfield/docinfo/CreateDateTime.idl
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_text_textfield_CreateDateTime_idl__
-#define __com_sun_star_text_textfield_CreateDateTime_idl_
+#ifndef __com_sun_star_text_textfield_docinfo_CreateDateTime_idl__
+#define __com_sun_star_text_textfield_docinfo_CreateDateTime_idl_
#include <com/sun/star/text/TextField.idl>
diff --git a/offapi/com/sun/star/text/textfield/docinfo/EditTime.idl b/offapi/com/sun/star/text/textfield/docinfo/EditTime.idl
index 02dd577c7349..d73eda30c14c 100644
--- a/offapi/com/sun/star/text/textfield/docinfo/EditTime.idl
+++ b/offapi/com/sun/star/text/textfield/docinfo/EditTime.idl
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_text_textfield_EditTime_idl__
-#define __com_sun_star_text_textfield_EditTime_idl_
+#ifndef __com_sun_star_text_textfield_docinfo_EditTime_idl__
+#define __com_sun_star_text_textfield_docinfo_EditTime_idl_
#include <com/sun/star/text/TextField.idl>
diff --git a/offapi/com/sun/star/text/textfield/docinfo/PrintAuthor.idl b/offapi/com/sun/star/text/textfield/docinfo/PrintAuthor.idl
index 8e2221b0f0f6..4deb0427ca93 100644
--- a/offapi/com/sun/star/text/textfield/docinfo/PrintAuthor.idl
+++ b/offapi/com/sun/star/text/textfield/docinfo/PrintAuthor.idl
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_text_textfield_PrintAuthor_idl__
-#define __com_sun_star_text_textfield_PrintAuthor_idl_
+#ifndef __com_sun_star_text_textfield_docinfo_PrintAuthor_idl__
+#define __com_sun_star_text_textfield_docinfo_PrintAuthor_idl_
#include <com/sun/star/text/TextField.idl>
diff --git a/offapi/com/sun/star/text/textfield/docinfo/PrintDateTime.idl b/offapi/com/sun/star/text/textfield/docinfo/PrintDateTime.idl
index 7362a1671f6c..dfc15eaa5493 100644
--- a/offapi/com/sun/star/text/textfield/docinfo/PrintDateTime.idl
+++ b/offapi/com/sun/star/text/textfield/docinfo/PrintDateTime.idl
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_text_textfield_PrintDateTime_idl__
-#define __com_sun_star_text_textfield_PrintDateTime_idl__
+#ifndef __com_sun_star_text_textfield_docinfo_PrintDateTime_idl__
+#define __com_sun_star_text_textfield_docinfo_PrintDateTime_idl__
#include <com/sun/star/text/TextField.idl>