summaryrefslogtreecommitdiff
path: root/include/vcl/IconThemeScanner.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/IconThemeScanner.hxx')
-rw-r--r--include/vcl/IconThemeScanner.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/vcl/IconThemeScanner.hxx b/include/vcl/IconThemeScanner.hxx
index 028173e9de59..7bb6f46e6cda 100644
--- a/include/vcl/IconThemeScanner.hxx
+++ b/include/vcl/IconThemeScanner.hxx
@@ -14,6 +14,7 @@
#include <tools/solar.h>
#include <rtl/ustring.hxx>
+#include <vcl/IconThemeInfo.hxx>
#include <memory>
#include <vector>
@@ -27,7 +28,6 @@ class DirectoryItem;
}
namespace vcl {
-class IconThemeInfo;
/** This class scans a folder for icon themes and provides the results.
*/
@@ -67,13 +67,11 @@ private:
/** Scan a directory for icon themes.
*
* @return
- * This method will return true on success.
* There are several cases when this method will fail:
* - The directory does not exist
* - There are no files which which match the pattern images_xxx.zip
*/
- bool
- ScanDirectoryForIconThemes(const OUString &path);
+ void ScanDirectoryForIconThemes(const OUString &path);
/** Adds the provided icon theme by path.
*/