summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/curledit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/curledit.hxx')
-rw-r--r--dbaccess/source/ui/inc/curledit.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/dbaccess/source/ui/inc/curledit.hxx b/dbaccess/source/ui/inc/curledit.hxx
index 1b53358c4f77..6042f761ce2f 100644
--- a/dbaccess/source/ui/inc/curledit.hxx
+++ b/dbaccess/source/ui/inc/curledit.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_DBACCESS_SOURCE_UI_INC_CURLEDIT_HXX
-#define INCLUDED_DBACCESS_SOURCE_UI_INC_CURLEDIT_HXX
+#pragma once
#include <vcl/weld.hxx>
#include <dsntypes.hxx>
@@ -44,7 +43,7 @@ public:
public:
bool get_visible() const { return m_xEntry->get_visible(); }
void connect_changed(const Link<weld::Entry&, void>& rLink) { m_xEntry->connect_changed(rLink); }
- void set_help_id(const OString& rName) { m_xEntry->set_help_id(rName); }
+ void set_help_id(const OUString& rName) { m_xEntry->set_help_id(rName); }
void hide()
{
m_xEntry->hide();
@@ -100,6 +99,4 @@ public:
} // namespace dbaui
-#endif // INCLUDED_DBACCESS_SOURCE_UI_INC_CURLEDIT_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */