summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/calc
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-07-19 01:31:53 -0500
committerLionel Elie Mamane <lionel@mamane.lu>2013-07-19 09:45:01 +0000
commit8529e885186dc1f5aef83cc089ddf5c843acd3d0 (patch)
treeb73baa4ce4be72feed3b6422134b69e84dea28ab /connectivity/source/inc/calc
parentb086fe7003ffbf5ef991d8cd88f4b9cde4359996 (diff)
Cleanup String in connectivity
Change-Id: Ica1cf0ac9e9da9c943e50ba77b1ce4a9dc7f8300 Reviewed-on: https://gerrit.libreoffice.org/4895 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
Diffstat (limited to 'connectivity/source/inc/calc')
-rw-r--r--connectivity/source/inc/calc/CConnection.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/inc/calc/CConnection.hxx b/connectivity/source/inc/calc/CConnection.hxx
index 994799f460e4..d59898c0bfbb 100644
--- a/connectivity/source/inc/calc/CConnection.hxx
+++ b/connectivity/source/inc/calc/CConnection.hxx
@@ -36,8 +36,8 @@ namespace connectivity
{
// the spreadsheet document:
::com::sun::star::uno::Reference< ::com::sun::star::sheet::XSpreadsheetDocument > m_xDoc;
- OUString m_sPassword;
- String m_aFileName;
+ OUString m_sPassword;
+ OUString m_aFileName;
oslInterlockedCount m_nDocCount;
public: