summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorAditya <adityasahu1511@gmail.com>2020-08-27 15:55:46 +0530
committerTomaž Vajngerl <quikee@gmail.com>2020-09-04 14:59:58 +0200
commitfa3f514f33d4beadabf8526278939ed51417918b (patch)
tree8903076cd276f848e859f4b3d86bb15c01e22e2f /cui
parent7dbd1cd44918c50f2540955f908cd0a96fce024c (diff)
svx: Refactor Gallery::RemoveTheme()
Introduce GalleryTheme::removeTheme() and GalleryBinaryEngine::removeTheme() Change-Id: Ic9c1b4fdb3e173d922635e5fd78d463e1f2c220a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101496 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'cui')
-rw-r--r--cui/source/dialogs/cuigaldlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/cuigaldlg.cxx b/cui/source/dialogs/cuigaldlg.cxx
index de0b0c1663f5..116dac39f0a6 100644
--- a/cui/source/dialogs/cuigaldlg.cxx
+++ b/cui/source/dialogs/cuigaldlg.cxx
@@ -534,7 +534,7 @@ void TPGalleryThemeGeneral::SetXChgData( ExchangeData* _pData )
aType += CuiResId( RID_SVXSTR_GALLERY_READONLY );
m_xFtMSShowType->set_label(aType);
- m_xFtMSShowPath->set_label(pThm->GetSdgURL().GetMainURL(INetURLObject::DecodeMechanism::Unambiguous));
+ m_xFtMSShowPath->set_label(pThm->getThemeURL().GetMainURL(INetURLObject::DecodeMechanism::Unambiguous));
// singular or plural?
if ( 1 == pThm->GetObjectCount() )