summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/java/sql/SQLWarning.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/java/sql/SQLWarning.hxx')
-rw-r--r--connectivity/source/inc/java/sql/SQLWarning.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/java/sql/SQLWarning.hxx b/connectivity/source/inc/java/sql/SQLWarning.hxx
index 9ebbf40deb8f..ad30f7a6e884 100644
--- a/connectivity/source/inc/java/sql/SQLWarning.hxx
+++ b/connectivity/source/inc/java/sql/SQLWarning.hxx
@@ -42,7 +42,7 @@ namespace connectivity
class java_sql_SQLWarning : public java_sql_SQLException
{
public:
- java_sql_SQLWarning(const java_sql_SQLWarning_BASE& _rW,const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface> & _rContext)
+ java_sql_SQLWarning(const java_sql_SQLWarning_BASE& _rW,const css::uno::Reference< css::uno::XInterface> & _rContext)
: java_sql_SQLException(_rW,_rContext) {}
};
}