diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2013-10-23 19:49:06 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2013-10-24 13:22:18 +0100 |
commit | 398519cb61b3aa2df61b9b18724ced4a36eb39d6 (patch) | |
tree | 6f01cb40708be310462c50e13e0d3de86b39cafc /include | |
parent | 470b4a03bf6d5f6340c201066a10d72ad7b01107 (diff) |
fdo#69079 - fix multiple user gallery creations.
Change-Id: I0539e2708b973b8bea7bd63488277f00201c6c46
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/gallery1.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/svx/gallery1.hxx b/include/svx/gallery1.hxx index e0c6fef1321c..1d7ac1f5eb29 100644 --- a/include/svx/gallery1.hxx +++ b/include/svx/gallery1.hxx @@ -53,7 +53,9 @@ private: public: - GalleryThemeEntry( const INetURLObject& rBaseURL, const OUString& rName, + GalleryThemeEntry( bool bCreateUniqueURL, + const INetURLObject& rBaseURL, + const OUString& rName, sal_Bool bReadOnly, sal_Bool bNewFile, sal_uInt32 nId, sal_Bool bThemeNameFromResource ); ~GalleryThemeEntry() {}; |