summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorRafael Dominguez <venccsralph@gmail.com>2012-08-04 11:27:08 -0430
committerRafael Dominguez <venccsralph@gmail.com>2012-08-06 07:38:34 -0430
commit69a748f1f085963f21c178769c97fba8bfed4db9 (patch)
tree5126d17d7c79cd778e7789b8ed7596cca48a2012 /sfx2/inc
parente4621e2dbef28b1307ec0b571c0838823a21ff62 (diff)
Implement adding new repositories through the toolbar.
Change-Id: Ic16d48fb6efe3ef38c199fd62ca5c48199530d12
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/templateonlineview.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/inc/sfx2/templateonlineview.hxx b/sfx2/inc/sfx2/templateonlineview.hxx
index a3b137312a4f..91453dee48e0 100644
--- a/sfx2/inc/sfx2/templateonlineview.hxx
+++ b/sfx2/inc/sfx2/templateonlineview.hxx
@@ -36,6 +36,8 @@ public:
const std::vector<TemplateOnlineViewItem*>& getRepositories () const { return maRepositories; }
+ void insertRepository (const OUString &rName, const OUString &rURL);
+
void setItemDimensions (long ItemWidth, long ThumbnailHeight, long DisplayHeight, int itemPadding);
private: