summaryrefslogtreecommitdiff
path: root/include/connectivity/IParseContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity/IParseContext.hxx')
-rw-r--r--include/connectivity/IParseContext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connectivity/IParseContext.hxx b/include/connectivity/IParseContext.hxx
index 078ae891858d..a7bb4648834a 100644
--- a/include/connectivity/IParseContext.hxx
+++ b/include/connectivity/IParseContext.hxx
@@ -93,7 +93,7 @@ namespace connectivity
/** get's a locale instance which should be used when parsing in the context specified by this instance
<p>if this is not overridden by derived classes, it returns the static default locale.</p>
*/
- virtual ::com::sun::star::lang::Locale getPreferredLocale( ) const = 0;
+ virtual css::lang::Locale getPreferredLocale( ) const = 0;
protected:
~IParseContext() {}