summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/inc/WCPage.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-26 12:17:53 +0200
committerNoel Grandin <noel@peralex.com>2013-10-01 10:08:43 +0200
commitd11ed5a57e23fcc8d59ec40e7f52c7f54f7241a4 (patch)
tree1cac73d4879d1349a7c849aad892fa14560c03ca /dbaccess/source/ui/inc/WCPage.hxx
parentconvert open-coded array into std::vector (diff)
downloadcore-d11ed5a57e23fcc8d59ec40e7f52c7f54f7241a4.tar.gz
core-d11ed5a57e23fcc8d59ec40e7f52c7f54f7241a4.zip
convert dbaccess module from String to OUString
Change-Id: I110c925f8d955dfd841cdd1092c13df4d8205393
Diffstat (limited to 'dbaccess/source/ui/inc/WCPage.hxx')
-rw-r--r--dbaccess/source/ui/inc/WCPage.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/WCPage.hxx b/dbaccess/source/ui/inc/WCPage.hxx
index 71bd4dbbc3f7..547e28bab107 100644
--- a/dbaccess/source/ui/inc/WCPage.hxx
+++ b/dbaccess/source/ui/inc/WCPage.hxx
@@ -63,8 +63,8 @@ namespace dbaui
public:
virtual void Reset();
virtual void ActivatePage();
- virtual sal_Bool LeavePage();
- virtual String GetTitle() const ;
+ virtual sal_Bool LeavePage();
+ virtual OUString GetTitle() const ;
OCopyTable( Window * pParent );
virtual ~OCopyTable();
@@ -74,7 +74,7 @@ namespace dbaui
inline sal_Bool IsOptionAppendData() const { return m_aRB_AppendData.IsChecked(); }
inline sal_Bool IsOptionView() const { return m_aRB_View.IsChecked(); }
inline sal_Bool UseHeaderLine() const { return m_aCB_UseHeaderLine.IsChecked(); }
- String GetKeyName() const { return m_edKeyName.GetText(); }
+ OUString GetKeyName() const { return m_edKeyName.GetText(); }
void setCreateStyleAction();
inline void disallowViews()