diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-22 12:41:43 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-22 12:37:51 +0000 |
commit | e010834dc1a82fcb80dc23025001a752a0fb60a4 (patch) | |
tree | 16d3256e1b9965486f7540ffb7133274575de516 /dbaccess | |
parent | 6a18fdceb5e6a2f2f9029ec767b405b4475a19e0 (diff) |
remove some more global OUStrings
Change-Id: Ic02754f98bfda3b7cd8c06857123d363a96e8d0e
Reviewed-on: https://gerrit.libreoffice.org/31071
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/inc/JoinExchange.hxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/querydesign/JoinExchange.cxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/JoinExchange.hxx b/dbaccess/source/ui/inc/JoinExchange.hxx index 450975caa270..8e16380d4954 100644 --- a/dbaccess/source/ui/inc/JoinExchange.hxx +++ b/dbaccess/source/ui/inc/JoinExchange.hxx @@ -33,7 +33,6 @@ namespace dbaui typedef ::cppu::ImplHelper1< css::lang::XUnoTunnel > OJoinExchObj_Base; class OJoinExchObj : public TransferableHelper, public OJoinExchObj_Base { - static OUString m_sJoinFormat; bool m_bFirstEntry; protected: diff --git a/dbaccess/source/ui/querydesign/JoinExchange.cxx b/dbaccess/source/ui/querydesign/JoinExchange.cxx index c4c0dcf61c63..bca06aea7126 100644 --- a/dbaccess/source/ui/querydesign/JoinExchange.cxx +++ b/dbaccess/source/ui/querydesign/JoinExchange.cxx @@ -28,8 +28,6 @@ namespace dbaui using namespace ::com::sun::star::lang; using namespace ::com::sun::star::datatransfer; - OUString OJoinExchObj::m_sJoinFormat; - // class OJoinExchObj OJoinExchObj::OJoinExchObj(const OJoinExchangeData& jxdSource,bool _bFirstEntry) :m_bFirstEntry(_bFirstEntry) |