From d4e5e20a29402a305da533357fe538beb45afb96 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 12 Oct 2017 14:48:56 +0100 Subject: tdf#110742 add support for icon themes via extension manager MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic33c086ef67cdcb634d9f03f84799c234fe3beec Reviewed-on: https://gerrit.libreoffice.org/43341 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/unotools/pathoptions.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/unotools') diff --git a/include/unotools/pathoptions.hxx b/include/unotools/pathoptions.hxx index 37e172632298..2334e0b56852 100644 --- a/include/unotools/pathoptions.hxx +++ b/include/unotools/pathoptions.hxx @@ -52,6 +52,7 @@ public: PATH_GALLERY, PATH_GRAPHIC, PATH_HELP, + PATH_ICONSET, PATH_LINGUISTIC, PATH_MODULE, PATH_PALETTE, @@ -86,6 +87,7 @@ public: const OUString& GetHelpPath() const; const OUString& GetLinguisticPath() const; const OUString& GetModulePath() const; + const OUString& GetIconsetPath() const; const OUString& GetPalettePath() const; const OUString& GetPluginPath() const; const OUString& GetStoragePath() const; -- cgit