summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/inc/commandbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/inc/commandbase.hxx')
-rw-r--r--dbaccess/source/core/inc/commandbase.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/core/inc/commandbase.hxx b/dbaccess/source/core/inc/commandbase.hxx
index 165148e49485..a1c2a9240a9c 100644
--- a/dbaccess/source/core/inc/commandbase.hxx
+++ b/dbaccess/source/core/inc/commandbase.hxx
@@ -36,11 +36,11 @@ public: // need public access
// <properties>
::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue>
m_aLayoutInformation;
- ::rtl::OUString m_sCommand;
+ OUString m_sCommand;
sal_Bool m_bEscapeProcessing; // no BitField ! so it can be used with a OPropertyStateContainer
- ::rtl::OUString m_sUpdateTableName;
- ::rtl::OUString m_sUpdateSchemaName;
- ::rtl::OUString m_sUpdateCatalogName;
+ OUString m_sUpdateTableName;
+ OUString m_sUpdateSchemaName;
+ OUString m_sUpdateCatalogName;
// </properties>
protected: