From ac4e19f9085dbd0103c7336a5318aa1e55b3e3e0 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 5 Sep 2013 13:15:07 +0300 Subject: fdo#68552: Don't (attempt to) do run-time expansion of build-time parameters The $(share_subdir_name) things in the filter fragment .xcu files didn't actually work it seems. But anyway, it's a bit silly to do expansion at run-time of $(foo) things known at build-time anyway. Thanks to sberg for pointing this out. So just use the normal configury .in mechanism for these. Simpler. Change-Id: I14b3e5cc5169b34df8a1d7ff07cc28452c67bcc8 --- wizards/source/configshare/dialog.xlc | 16 ++++++++-------- wizards/source/configshare/dialog.xlc.in | 12 ++++++++++++ wizards/source/configshare/script.xlc | 16 ++++++++-------- wizards/source/configshare/script.xlc.in | 12 ++++++++++++ 4 files changed, 40 insertions(+), 16 deletions(-) create mode 100644 wizards/source/configshare/dialog.xlc.in create mode 100644 wizards/source/configshare/script.xlc.in (limited to 'wizards/source/configshare') diff --git a/wizards/source/configshare/dialog.xlc b/wizards/source/configshare/dialog.xlc index 60ab31e7d743..297b562dec80 100644 --- a/wizards/source/configshare/dialog.xlc +++ b/wizards/source/configshare/dialog.xlc @@ -1,12 +1,12 @@ - - - - - - - - + + + + + + + + diff --git a/wizards/source/configshare/dialog.xlc.in b/wizards/source/configshare/dialog.xlc.in new file mode 100644 index 000000000000..256461658603 --- /dev/null +++ b/wizards/source/configshare/dialog.xlc.in @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/wizards/source/configshare/script.xlc b/wizards/source/configshare/script.xlc index a88496229958..13330d288e20 100644 --- a/wizards/source/configshare/script.xlc +++ b/wizards/source/configshare/script.xlc @@ -1,12 +1,12 @@ - - - - - - - - + + + + + + + + diff --git a/wizards/source/configshare/script.xlc.in b/wizards/source/configshare/script.xlc.in new file mode 100644 index 000000000000..ac22172d1296 --- /dev/null +++ b/wizards/source/configshare/script.xlc.in @@ -0,0 +1,12 @@ + + + + + + + + + + + + -- cgit