diff options
Diffstat (limited to 'include/unotools/defaultoptions.hxx')
-rw-r--r-- | include/unotools/defaultoptions.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/unotools/defaultoptions.hxx b/include/unotools/defaultoptions.hxx index 7d96f44f5034..6192522c5002 100644 --- a/include/unotools/defaultoptions.hxx +++ b/include/unotools/defaultoptions.hxx @@ -22,6 +22,7 @@ #include <unotools/unotoolsdllapi.h> #include <rtl/ustring.hxx> #include <unotools/options.hxx> +#include <unotools/pathoptions.hxx> #include <memory> class SvtDefaultOptions_Impl; @@ -35,7 +36,7 @@ public: SvtDefaultOptions(); virtual ~SvtDefaultOptions() override; - OUString GetDefaultPath(sal_uInt16 nId) const; + OUString GetDefaultPath(SvtPathOptions::Paths nId) const; }; #endif // INCLUDED_UNOTOOLS_DEFAULTOPTIONS_HXX |