diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-03 15:39:29 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-05 08:54:49 +0200 |
commit | 1647a569e73edad802243dc1cb57cb9b01548f59 (patch) | |
tree | 93f20198499738d72239d4bf9b202f5b1b32960c /include | |
parent | 5ab6a622f17dd5ed7866e1d9884bc8c62f5e6ab1 (diff) |
convert include/svx/databaselocationinput.hxx from String to OUString
Change-Id: I3c38efac203593da017d107b3320858b6796ac38
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/databaselocationinput.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/svx/databaselocationinput.hxx b/include/svx/databaselocationinput.hxx index 451e3744417c..288dd3cfd57a 100644 --- a/include/svx/databaselocationinput.hxx +++ b/include/svx/databaselocationinput.hxx @@ -24,7 +24,6 @@ #include "com/sun/star/uno/XComponentContext.hpp" class PushButton; -class String; namespace svt { class OFileURLControl; } #include <memory> @@ -58,11 +57,11 @@ namespace svx /** sets the given URL at the input control, after translating it into a system path */ - void setURL( const String& _rURL ); + void setURL( const OUString& _rURL ); /** returns the current database location, in form of an URL (not a system path) */ - String getURL() const; + OUString getURL() const; /** prepares committing the database location entered in the input field |