[Libreoffice-commits] core.git: svtools/source
Stephan Bergmann
sbergman at redhat.com
Wed Oct 2 08:24:17 PDT 2013
svtools/source/contnr/templwin.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit de02eba0da77707869c2e21fa3443ba2b9e46ae0
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Oct 2 17:23:56 2013 +0200
-Werror,-Wunused-variable
Change-Id: Ia67ce94bc18f5ddf5755862f81098bb60aee11ea
diff --git a/svtools/source/contnr/templwin.cxx b/svtools/source/contnr/templwin.cxx
index c9f8604..a187e8b 100644
--- a/svtools/source/contnr/templwin.cxx
+++ b/svtools/source/contnr/templwin.cxx
@@ -1298,8 +1298,6 @@ void SvtTemplateWindow::ReadViewSettings()
if ( aViewSettings.Exists() )
{
// read the settings
- Sequence< NamedValue > aSettings = aViewSettings.GetUserData( );
-
aViewSettings.GetUserItem( VIEWSETTING_SELECTEDGROUP ) >>= nSelectedGroup;
aViewSettings.GetUserItem( VIEWSETTING_SELECTEDVIEW ) >>= nSelectedView;
aViewSettings.GetUserItem( VIEWSETTING_SPLITRATIO ) >>= nSplitRatio;
More information about the Libreoffice-commits
mailing list