summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2013-10-23 19:49:06 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-10-29 12:05:59 +0000
commit41102212d49fd18643bba375d65963bd41008bc7 (patch)
treeb5f7e24613768bf710fee2006cd6a168738ae969 /include
parentc24493db0d4b4d2685ef5b8fcca51f163531394d (diff)
fdo#69079 - fix multiple user gallery creations.
Conflicts: include/svx/gallery1.hxx svx/source/gallery2/gallery1.cxx Change-Id: I0539e2708b973b8bea7bd63488277f00201c6c46 Reviewed-on: https://gerrit.libreoffice.org/6417 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/gallery1.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/svx/gallery1.hxx b/include/svx/gallery1.hxx
index 4a7a9d3ad6c4..5610c0f043b0 100644
--- a/include/svx/gallery1.hxx
+++ b/include/svx/gallery1.hxx
@@ -53,7 +53,9 @@ private:
public:
- GalleryThemeEntry( const INetURLObject& rBaseURL, const String& rName,
+ GalleryThemeEntry( bool bCreateUniqueURL,
+ const INetURLObject& rBaseURL,
+ const String& rName,
sal_Bool bReadOnly, sal_Bool bNewFile,
sal_uInt32 nId, sal_Bool bThemeNameFromResource );
~GalleryThemeEntry() {};