summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/svx/databaselocationinput.hxx5
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