summaryrefslogtreecommitdiff
path: root/include/connectivity
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-12-22 15:29:45 +0200
committerNoel Grandin <noel@peralex.com>2015-12-23 08:13:53 +0200
commit1dbe54fd2e0c776c1f11c20bdb029fab14fc61ad (patch)
tree67a8bedde3368176b6a247275b960e05afed1e6a /include/connectivity
parent7ecfdc8b97543fd50ee037632454b3c51e33e4bf (diff)
loplugin:unusedfields in /include
Change-Id: Ia406e727890a365cc89831c96140cad8240f9b61
Diffstat (limited to 'include/connectivity')
-rw-r--r--include/connectivity/sqlparse.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/connectivity/sqlparse.hxx b/include/connectivity/sqlparse.hxx
index 3210fbaa385f..5f47f56eff38 100644
--- a/include/connectivity/sqlparse.hxx
+++ b/include/connectivity/sqlparse.hxx
@@ -155,7 +155,6 @@ namespace connectivity
css::uno::Reference< css::uno::XComponentContext > m_xContext;
css::uno::Reference< css::i18n::XCharacterClassification> m_xCharClass;
static css::uno::Reference< css::i18n::XLocaleData4> s_xLocaleData;
- css::uno::Reference< css::i18n::XLocaleData> xDummy; // can be deleted after 627
// convert a string into double trim it to scale of _nscale and than transform it back to string
OUString stringToDouble(const OUString& _rValue,sal_Int16 _nScale);