diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-10-12 14:48:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-10-13 09:30:02 +0200 |
commit | d4e5e20a29402a305da533357fe538beb45afb96 (patch) | |
tree | da596410ea9fc9a2d103f86efdf47fa10d5c439a /include/unotools/pathoptions.hxx | |
parent | eed5c5ab3aac37750b19cdab7f339a22b98f9f8e (diff) |
tdf#110742 add support for icon themes via extension manager
Change-Id: Ic33c086ef67cdcb634d9f03f84799c234fe3beec
Reviewed-on: https://gerrit.libreoffice.org/43341
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/unotools/pathoptions.hxx')
-rw-r--r-- | include/unotools/pathoptions.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
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; |