diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2013-05-18 08:53:54 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2013-05-19 14:05:18 +0200 |
commit | cd2f2e772ce37808b0922358bf2f22adff6d2ea1 (patch) | |
tree | 59b168974b31190994727b9c26f58fed15526f0f /dbaccess/Library_dba.mk | |
parent | 6b946f228397c370e09f487c470bafd9d046eee5 (diff) |
make OSingleSelectQueryComposer use *system* parse context
and pass it to the parser and PredicateInput constructors.
This makes the whole story consistent; before system locale settings were already manually passed to parseNodeToPredicateStr, which led to some things being parsed as en_US and others as system locale.
Change-Id: Ib9571b10d79183571e8ab3f79660b41594dc2d1c
Diffstat (limited to 'dbaccess/Library_dba.mk')
-rw-r--r-- | dbaccess/Library_dba.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/Library_dba.mk b/dbaccess/Library_dba.mk index b3b794dd740a..bca628df7b87 100644 --- a/dbaccess/Library_dba.mk +++ b/dbaccess/Library_dba.mk @@ -38,6 +38,7 @@ $(eval $(call gb_Library_use_libraries,dba,\ sfx \ svl \ svt \ + svxcore \ tl \ ucbhelper \ utl \ |