summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/app
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-05-16 16:51:05 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-05-17 08:40:55 +0200
commitac13f4db592f91783e644535968a8d3202c94640 (patch)
treef5f32b3e5d28a69a7778b3d0278f44e579f79b7a /dbaccess/source/ui/app
parent82afd77a00c036f106a3aa5fb3402c92e10e2aa4 (diff)
loplugin:unusedfields in dbaccess..drawinglayer
Change-Id: I069badbce9b899d176fd3db91243139579dec6b1 Reviewed-on: https://gerrit.libreoffice.org/54456 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess/source/ui/app')
-rw-r--r--dbaccess/source/ui/app/AppView.cxx9
-rw-r--r--dbaccess/source/ui/app/AppView.hxx1
2 files changed, 0 insertions, 10 deletions
diff --git a/dbaccess/source/ui/app/AppView.cxx b/dbaccess/source/ui/app/AppView.cxx
index d4ebeed87eae..78931828a8dd 100644
--- a/dbaccess/source/ui/app/AppView.cxx
+++ b/dbaccess/source/ui/app/AppView.cxx
@@ -176,15 +176,6 @@ OApplicationView::OApplicationView( vcl::Window* pParent
,m_rAppController( _rAppController )
,m_eChildFocus(NONE)
{
-
- try
- {
- m_aLocale = SvtSysLocale().GetLanguageTag().getLocale();
- }
- catch(Exception&)
- {
- }
-
m_pWin = VclPtr<OAppBorderWindow>::Create(this,_ePreviewMode);
m_pWin->Show();
diff --git a/dbaccess/source/ui/app/AppView.hxx b/dbaccess/source/ui/app/AppView.hxx
index 8c3ea051e191..745ab56ee8f4 100644
--- a/dbaccess/source/ui/app/AppView.hxx
+++ b/dbaccess/source/ui/app/AppView.hxx
@@ -78,7 +78,6 @@ namespace dbaui
NONE
};
private:
- css::lang::Locale m_aLocale;
css::uno::Reference< css::lang::XComponent >
m_xObject;
VclPtr<OAppBorderWindow> m_pWin;