diff options
Diffstat (limited to 'include/unotools')
-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 2334e0b56852..74a408a7c9ef 100644 --- a/include/unotools/pathoptions.hxx +++ b/include/unotools/pathoptions.hxx @@ -65,6 +65,7 @@ public: PATH_CLASSIFICATION, PATH_UICONFIG, PATH_FINGERPRINT, + PATH_NUMBERTEXT, PATH_COUNT // should always be the last element }; @@ -96,6 +97,7 @@ public: const OUString& GetUserConfigPath() const; const OUString& GetWorkPath() const; const OUString& GetFingerprintPath() const; + const OUString& GetNumbertextPath() const; const OUString& GetClassificationPath() const; // set the paths |