diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-03-09 20:18:58 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-10 18:32:15 +0100 |
commit | 7b9429473a68c3fbaac3685c6f1eb825bca97e27 (patch) | |
tree | a3577ffed6640b04693e44266afe1361a90121b4 /ucb | |
parent | cda55df8a0091271ba372e4e191f86fdeae7ae53 (diff) |
Avoid reserved identifier
Change-Id: I4d0dc49e44b9e9f7504008ea1d10876cd80e76f8
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/file/filrow.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/file/filrow.hxx b/ucb/source/ucp/file/filrow.hxx index bf09f2f0b21e..9b58d882ad36 100644 --- a/ucb/source/ucp/file/filrow.hxx +++ b/ucb/source/ucp/file/filrow.hxx @@ -32,7 +32,7 @@ namespace fileaccess { css::sdbc::XRow > { public: - XRow_impl( shell* pShell,const css::uno::Sequence< css::uno::Any >& __m_aValueMap ); + XRow_impl( shell* pShell,const css::uno::Sequence< css::uno::Any >& aValueMap ); virtual ~XRow_impl(); virtual sal_Bool SAL_CALL |