summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorRafael Dominguez <venccsralph@gmail.com>2012-08-04 15:12:53 -0430
committerRafael Dominguez <venccsralph@gmail.com>2012-08-06 07:38:35 -0430
commit77cb1de56a48fcc03fe8ae10964ae0cba9b5b7eb (patch)
tree67b840582f0e7bfb3dc810ecf07f003ea8f87530 /sfx2/inc
parent69a748f1f085963f21c178769c97fba8bfed4db9 (diff)
Sync template repository list with user-stored settings.
Change-Id: Ia9927e637fd99a9ae97c45c930b7c5b23409ad41
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/templateonlineview.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sfx2/inc/sfx2/templateonlineview.hxx b/sfx2/inc/sfx2/templateonlineview.hxx
index 91453dee48e0..a37d762ddd07 100644
--- a/sfx2/inc/sfx2/templateonlineview.hxx
+++ b/sfx2/inc/sfx2/templateonlineview.hxx
@@ -38,10 +38,13 @@ public:
void insertRepository (const OUString &rName, const OUString &rURL);
+ void syncRepositories () const;
+
void setItemDimensions (long ItemWidth, long ThumbnailHeight, long DisplayHeight, int itemPadding);
private:
+ bool mbIsSynced;
std::vector<TemplateOnlineViewItem*> maRepositories;
com::sun::star::uno::Reference< com::sun::star::ucb::XCommandEnvironment > m_xCmdEnv;
};