summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-03 15:39:29 +0200
committerNoel Grandin <noel@peralex.com>2013-09-05 08:54:49 +0200
commit1647a569e73edad802243dc1cb57cb9b01548f59 (patch)
tree93f20198499738d72239d4bf9b202f5b1b32960c /svx
parent5ab6a622f17dd5ed7866e1d9884bc8c62f5e6ab1 (diff)
convert include/svx/databaselocationinput.hxx from String to OUString
Change-Id: I3c38efac203593da017d107b3320858b6796ac38
Diffstat (limited to 'svx')
-rw-r--r--svx/source/form/databaselocationinput.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/form/databaselocationinput.cxx b/svx/source/form/databaselocationinput.cxx
index cf72741fc8e1..8eb6a0dea5f6 100644
--- a/svx/source/form/databaselocationinput.cxx
+++ b/svx/source/form/databaselocationinput.cxx
@@ -285,13 +285,13 @@ namespace svx
}
//--------------------------------------------------------------------
- void DatabaseLocationInputController::setURL( const String& _rURL )
+ void DatabaseLocationInputController::setURL( const OUString& _rURL )
{
m_pImpl->setURL( _rURL );
}
//--------------------------------------------------------------------
- String DatabaseLocationInputController::getURL() const
+ OUString DatabaseLocationInputController::getURL() const
{
return m_pImpl->getURL();
}