summaryrefslogtreecommitdiffstats
path: root/svtools/source/contnr/templwin.cxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-04-10 21:24:04 +0200
committerEike Rathke <erack@redhat.com>2013-04-10 21:26:22 +0200
commit0ed6aa49a88844c3da82c9d0f5b757108f3b090d (patch)
tree1513c31c557048bfdfb542c7b930bcaab2aa3c0d /svtools/source/contnr/templwin.cxx
parentworkaround #define of open (diff)
downloadcore-0ed6aa49a88844c3da82c9d0f5b757108f3b090d.tar.gz
core-0ed6aa49a88844c3da82c9d0f5b757108f3b090d.zip
SvtPathOptions with LanguageTag
Change-Id: I33f43c6d0249a6681d451a4be8c5548da4987f9c
Diffstat (limited to 'svtools/source/contnr/templwin.cxx')
-rw-r--r--svtools/source/contnr/templwin.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svtools/source/contnr/templwin.cxx b/svtools/source/contnr/templwin.cxx
index a682b86fdc45..a7ff10cc2de2 100644
--- a/svtools/source/contnr/templwin.cxx
+++ b/svtools/source/contnr/templwin.cxx
@@ -598,9 +598,6 @@ OUString SvtDocInfoTable_Impl::GetString( long nId ) const
SvtFrameWindow_Impl::SvtFrameWindow_Impl( Window* pParent )
: Window( pParent )
{
- // detect application language
- aLocale = SvtPathOptions().GetLocale();
-
// create windows and frame
pEditWin = new ODocumentInfoPreview( this ,WB_LEFT | WB_VSCROLL | WB_READONLY | WB_BORDER | WB_3DLOOK);
pTextWin = new Window( this );