diff options
author | Rafael Dominguez <venccsralph@gmail.com> | 2012-08-11 18:09:22 -0430 |
---|---|---|
committer | Rafael Dominguez <venccsralph@gmail.com> | 2012-08-11 19:57:51 -0430 |
commit | 53c0b9533fb2225da0bed755eca9fe696f191096 (patch) | |
tree | 037368e6e294dd9a51eb9f3a4cd241cefd25d40e /sfx2 | |
parent | e0103e5b418ef162b91860586bfc630423afc1b3 (diff) |
Remove unused attribute.
Change-Id: Ie0a5198a4acdb7e0509eb1d867f722a5270823e7
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/inc/templatedlg.hxx | 1 | ||||
-rw-r--r-- | sfx2/source/doc/templatedlg.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/inc/templatedlg.hxx b/sfx2/inc/templatedlg.hxx index f3012b00d605..c50eec24c502 100644 --- a/sfx2/inc/templatedlg.hxx +++ b/sfx2/inc/templatedlg.hxx @@ -128,7 +128,6 @@ private: PopupMenu *mpRepositoryMenu; PopupMenu *mpTemplateDefaultMenu; - int mnSelectionCount; std::set<const ThumbnailViewItem*> maSelTemplates; std::set<const ThumbnailViewItem*> maSelFolders; diff --git a/sfx2/source/doc/templatedlg.cxx b/sfx2/source/doc/templatedlg.cxx index 20d465419646..630353de7156 100644 --- a/sfx2/source/doc/templatedlg.cxx +++ b/sfx2/source/doc/templatedlg.cxx @@ -120,7 +120,6 @@ SfxTemplateManagerDlg::SfxTemplateManagerDlg (Window *parent) mpSearchView(new TemplateSearchView(this)), maView(new TemplateLocalView(this,SfxResId(TEMPLATE_VIEW))), mpOnlineView(new TemplateOnlineView(this, WB_VSCROLL,false)), - mnSelectionCount(0), mxDesktop(comphelper::getProcessServiceFactory()->createInstance( "com.sun.star.frame.Desktop" ),uno::UNO_QUERY ) { maButtonSelMode.SetStyle(maButtonSelMode.GetStyle() | WB_TOGGLE); |