summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorRafael Dominguez <venccsralph@gmail.com>2012-07-31 18:20:54 -0430
committerRafael Dominguez <venccsralph@gmail.com>2012-08-02 22:24:31 -0430
commitf36adaa38ca7a04144c18902343ab52784f4fbae (patch)
tree21e60f3f6e6253a6b31e0b45fefabff398d989e7 /sfx2/inc
parent1e3d97dfe9747fa70cdcf642a4a710c3d90cc95c (diff)
Dont store repository information twice.
Change-Id: Iaf15cd383abec092932b2b024142d959794f0fdb
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/templateonlineview.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/inc/sfx2/templateonlineview.hxx b/sfx2/inc/sfx2/templateonlineview.hxx
index d60e048b51dd..36372e83d82b 100644
--- a/sfx2/inc/sfx2/templateonlineview.hxx
+++ b/sfx2/inc/sfx2/templateonlineview.hxx
@@ -43,8 +43,6 @@ private:
private:
- com::sun::star::uno::Sequence< rtl::OUString > maUrls;
- com::sun::star::uno::Sequence< rtl::OUString > maNames;
std::vector<TemplateOnlineViewItem*> maRepositories;
com::sun::star::uno::Reference< com::sun::star::ucb::XCommandEnvironment > m_xCmdEnv;
};