summaryrefslogtreecommitdiff
path: root/padmin/source/helper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'padmin/source/helper.hxx')
-rw-r--r--padmin/source/helper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/padmin/source/helper.hxx b/padmin/source/helper.hxx
index 0e7b6270df3a..cfaca587cbad 100644
--- a/padmin/source/helper.hxx
+++ b/padmin/source/helper.hxx
@@ -88,13 +88,13 @@ private:
Edit m_aEdit;
ComboBox m_aComboBox;
- String& m_rReturnValue;
+ OUString& m_rReturnValue;
bool m_bUseEdit;
DECL_LINK( ClickBtnHdl, Button* );
public:
- QueryString( Window*, String &, String &, const ::std::list< String >& rChoices = ::std::list<String>() );
+ QueryString( Window*, OUString &, OUString &, const ::std::list< OUString >& rChoices = ::std::list<OUString>() );
// parent window, Query text, initial value
~QueryString();
};