diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 17:23:56 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 17:23:56 +0200 |
commit | de02eba0da77707869c2e21fa3443ba2b9e46ae0 (patch) | |
tree | e8eb9e222aea8c7abdf14d0d88a28505cb9175d1 /svtools | |
parent | 361b411c409c0d910baf1126a26d24a406f9429c (diff) |
-Werror,-Wunused-variable
Change-Id: Ia67ce94bc18f5ddf5755862f81098bb60aee11ea
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/contnr/templwin.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svtools/source/contnr/templwin.cxx b/svtools/source/contnr/templwin.cxx index c9f86042fc18..a187e8b445ae 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; |