summaryrefslogtreecommitdiff
path: root/scp2/source/ooo/file_resource_ooo.scp
diff options
context:
space:
mode:
authorRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>2012-02-21 11:29:42 +0100
committerTor Lillqvist <tlillqvist@suse.com>2012-02-21 12:46:28 +0200
commite125c8fa82beca36791e1bdeae116824f4bc7a7b (patch)
tree91d5013cd5e35ed5cf19ca8b94ed0d9e3873dba7 /scp2/source/ooo/file_resource_ooo.scp
parent0a7058b48a5ce51f7be99f10fc0363859c41a7aa (diff)
Put HEADLESS definition under LIBO namespace
tml reminds us that use a generic and potentially clash-prone word like HEADLESS as preprocessor defintion is pretty lame. He suggests to put it under the already used LIBO namespace. To sum it up let's do a s/HEADLESS/LIBO_HEADLESS/g.
Diffstat (limited to 'scp2/source/ooo/file_resource_ooo.scp')
-rw-r--r--scp2/source/ooo/file_resource_ooo.scp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/source/ooo/file_resource_ooo.scp b/scp2/source/ooo/file_resource_ooo.scp
index 05353f16b5ff..2f26dd75d7a3 100644
--- a/scp2/source/ooo/file_resource_ooo.scp
+++ b/scp2/source/ooo/file_resource_ooo.scp
@@ -76,7 +76,7 @@ STD_RES_FILE( gid_File_Res_Sd, sd )
STD_RES_FILE( gid_File_Res_Sfx, sfx )
-#if defined(UNX) && !defined(QUARTZ) && !defined(HEADLESS)
+#if defined(UNX) && !defined(QUARTZ) && !defined(LIBO_HEADLESS)
STD_RES_FILE( gid_File_Res_Spa, spa )