summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorAditya <adityasahu1511@gmail.com>2020-07-27 17:03:52 +0530
committerTomaž Vajngerl <quikee@gmail.com>2020-07-31 19:00:00 +0200
commit3295afc91226ef1c395fd1eb289fa588a9a8c6d5 (patch)
tree44b61321c044015df186b0454d9018455e444f5b /include/svx
parent91f0f7e5e0a55cb1dbd729a1d7de52388b1cfb15 (diff)
svx: Refactor GalleryTheme's insertFileOrDirURL function
Change-Id: I8784022851e3481d94a1b23c72e59dedf739e507 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99479 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/gallerybinaryengine.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/gallerybinaryengine.hxx b/include/svx/gallerybinaryengine.hxx
index b878200a12e5..cf56b98c8c47 100644
--- a/include/svx/gallerybinaryengine.hxx
+++ b/include/svx/gallerybinaryengine.hxx
@@ -88,6 +88,8 @@ public:
SgaObjectSvDraw updateSvDrawObject(GalleryObject* pEntry);
void updateTheme();
+ static void insertFileOrDirURL(const INetURLObject& rFileOrDirURL,
+ std::vector<INetURLObject>& rURLVector);
};
SvStream& WriteGalleryTheme(SvStream& rOut, const GalleryTheme& rTheme);