summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorAditya <adityasahu1511@gmail.com>2020-04-22 14:33:49 +0530
committerTomaž Vajngerl <quikee@gmail.com>2020-04-30 19:03:51 +0200
commit3e8a93f5077e7ec5fbc47acdcdeaafaa15c5a7a9 (patch)
tree883993dfbb086b85f1a44905320a6c36dd8f8bb3 /include/svx
parentd49df68ec4807f31df4fb3cdaa0448405ef40a29 (diff)
svx:unit tests for gallery
Tests for creation of renaming, deletion of gallery theme Change-Id: I2bfb602342f5d6b4ed45ff2f2fb9df7601e0e6b5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92679 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/gallery1.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/gallery1.hxx b/include/svx/gallery1.hxx
index ca639cddf4ea..dc2631beb70e 100644
--- a/include/svx/gallery1.hxx
+++ b/include/svx/gallery1.hxx
@@ -121,7 +121,7 @@ public:
SAL_DLLPRIVATE OUString GetThemeName( sal_uInt32 nThemeId ) const;
bool CreateTheme( const OUString& rThemeName );
- SAL_DLLPRIVATE void RenameTheme( const OUString& rOldName, const OUString& rNewName );
+ void RenameTheme( const OUString& rOldName, const OUString& rNewName );
bool RemoveTheme( const OUString& rThemeName );
GalleryTheme* AcquireTheme( const OUString& rThemeName, SfxListener& rListener );