summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/tablespage.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-03 09:14:58 +0200
committerNoel Grandin <noel@peralex.com>2015-08-03 13:38:44 +0200
commit7dc5e8731fdc3a11ca429e717ec4a05e67ea1d21 (patch)
tree104e82c3fdda21d4b33c4f427cee9023377b731f /dbaccess/source/ui/dlg/tablespage.hxx
parent5edd744d1021b41f59528a6e3a8adebfe63e6b6e (diff)
com::sun::star->css in dbaccess
Change-Id: I4fbdd3fb7d1e0ad4423148aaaed3a15aebb26d14
Diffstat (limited to 'dbaccess/source/ui/dlg/tablespage.hxx')
-rw-r--r--dbaccess/source/ui/dlg/tablespage.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/dbaccess/source/ui/dlg/tablespage.hxx b/dbaccess/source/ui/dlg/tablespage.hxx
index 2b8d9f223880..6b2c8b25b12c 100644
--- a/dbaccess/source/ui/dlg/tablespage.hxx
+++ b/dbaccess/source/ui/dlg/tablespage.hxx
@@ -39,13 +39,13 @@ namespace dbaui
VclPtr<VclContainer> m_pTables;
VclPtr<OTableTreeListBox> m_pTablesList;
- OUString m_sCatalogSeparator;
- bool m_bCatalogAtStart : 1;
+ OUString m_sCatalogSeparator;
+ bool m_bCatalogAtStart : 1;
- ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >
- m_xCurrentConnection; /// valid as long as the page is active
- ::com::sun::star::uno::Reference< ::com::sun::star::i18n::XCollator >
- m_xCollator;
+ css::uno::Reference< css::sdbc::XConnection >
+ m_xCurrentConnection; /// valid as long as the page is active
+ css::uno::Reference< css::i18n::XCollator >
+ m_xCollator;
VclPtr<OTableSubscriptionDialog> m_pTablesDlg;
public:
@@ -71,14 +71,14 @@ namespace dbaui
/** check the tables in <member>m_aTablesList</member> according to <arg>_rTables</arg>
*/
- void implCheckTables(const ::com::sun::star::uno::Sequence< OUString >& _rTables);
+ void implCheckTables(const css::uno::Sequence< OUString >& _rTables);
/// returns the next sibling, if not available, the next sibling of the parent, a.s.o.
SvTreeListEntry* implNextSibling(SvTreeListEntry* _pEntry) const;
/** return the current selection in <member>m_aTablesList</member>
*/
- ::com::sun::star::uno::Sequence< OUString > collectDetailedSelection() const;
+ css::uno::Sequence< OUString > collectDetailedSelection() const;
/// (un)check all entries
void CheckAll( bool bCheck = true );
@@ -87,7 +87,7 @@ namespace dbaui
// checks the tables according to the filter given
// in oppsofite to implCheckTables, this method handles the case of an empty sequence, too ...
- void implCompleteTablesCheck( const ::com::sun::star::uno::Sequence< OUString >& _rTableFilter );
+ void implCompleteTablesCheck( const css::uno::Sequence< OUString >& _rTableFilter );
};
} // namespace dbaui