summaryrefslogtreecommitdiff
path: root/svx/inc/galleryfilestorage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/galleryfilestorage.hxx')
-rw-r--r--svx/inc/galleryfilestorage.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/galleryfilestorage.hxx b/svx/inc/galleryfilestorage.hxx
index 886bcd7d53d5..f913b0574fc1 100644
--- a/svx/inc/galleryfilestorage.hxx
+++ b/svx/inc/galleryfilestorage.hxx
@@ -44,7 +44,7 @@ class GalleryThemeEntry;
class GalleryFileStorage final
{
private:
- tools::SvRef<SotStorage> m_aSvDrawStorageRef;
+ rtl::Reference<SotStorage> m_aSvDrawStorageRef;
const GalleryStorageLocations& maGalleryStorageLocations;
GalleryObjectCollection& mrGalleryObjectCollection;
bool mbReadOnly;
@@ -65,7 +65,7 @@ public:
void setDestDir(const OUString& rDestDir, bool bRelative);
void ImplCreateSvDrawStorage();
- const tools::SvRef<SotStorage>& GetSvDrawStorage() const;
+ const rtl::Reference<SotStorage>& GetSvDrawStorage() const;
const INetURLObject& getThemeURL() const { return maGalleryStorageLocations.getThemeURL(); }