summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/ado/Aolevariant.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/ado/Aolevariant.hxx')
-rw-r--r--connectivity/source/inc/ado/Aolevariant.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/inc/ado/Aolevariant.hxx b/connectivity/source/inc/ado/Aolevariant.hxx
index 0ef9dda81bc1..e300128a8567 100644
--- a/connectivity/source/inc/ado/Aolevariant.hxx
+++ b/connectivity/source/inc/ado/Aolevariant.hxx
@@ -64,9 +64,9 @@ namespace connectivity
OLEString& operator=(const OUString& _rSrc);
OLEString& operator=(const BSTR& _rSrc);
OLEString& operator=(const OLEString& _rSrc);
- operator OUString() const;
- operator BSTR() const;
- BSTR* operator &();
+ OUString asOUString() const;
+ BSTR asBSTR() const;
+ BSTR* getAddress();
sal_Int32 length() const;
};