diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-03-10 17:50:29 -0400 |
---|---|---|
committer | Fridrich Strba <fridrich@documentfoundation.org> | 2013-03-11 09:48:32 +0000 |
commit | bda200348566da71ae7ec346108bc6a00c22bf12 (patch) | |
tree | 798df933aabe35342e3fb7860573f3b791e7c40b /sw | |
parent | 4154006248513f488b4ca27345a721b9216ae264 (diff) |
add pch support to gcc
Change-Id: I58c11477c1ce48185528db3a8013b5dccf3947c6
Reviewed-on: https://gerrit.libreoffice.org/2653
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/dbui/swdbtoolsclient.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dbui/swdbtoolsclient.cxx b/sw/source/ui/dbui/swdbtoolsclient.cxx index beddf6a23062..fcb6728c2903 100644 --- a/sw/source/ui/dbui/swdbtoolsclient.cxx +++ b/sw/source/ui/dbui/swdbtoolsclient.cxx @@ -204,7 +204,7 @@ Reference< XDataSource > SwDbtoolsClient::getDataSource( sal_Int32 SwDbtoolsClient::getDefaultNumberFormat( const Reference< XPropertySet >& rxColumn, const Reference< XNumberFormatTypes >& rxTypes, - const Locale& rLocale + const lang::Locale& rLocale ) { sal_Int32 nRet = -1; |