summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/dbtree.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/dbtree.hxx')
-rw-r--r--sw/source/ui/inc/dbtree.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/inc/dbtree.hxx b/sw/source/ui/inc/dbtree.hxx
index 04091560a4c6..28406cdc2a32 100644
--- a/sw/source/ui/inc/dbtree.hxx
+++ b/sw/source/ui/inc/dbtree.hxx
@@ -35,7 +35,7 @@ class SW_DLLPUBLIC SwDBTreeList : public SvTreeListBox
Image aTableBMP;
Image aQueryBMP;
- String sDefDBName;
+ OUString sDefDBName;
bool bInitialized;
sal_Bool bShowColumns;
@@ -58,13 +58,13 @@ public:
OUString GetDBName( OUString& rTableName, OUString& rColumnName, sal_Bool* pbIsTable = 0);
- void Select( const String& rDBName, const String& rTableName,
- const String& rColumnName );
+ void Select( const OUString& rDBName, const OUString& rTableName,
+ const OUString& rColumnName );
void ShowColumns(sal_Bool bShowCol);
void SetWrtShell(SwWrtShell& rSh);
- void AddDataSource(const String& rSource);
+ void AddDataSource(const OUString& rSource);
};
#endif