diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-03-02 12:26:06 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-03-02 13:36:27 +0100 |
commit | 87629f39bbae1ad774d588c50d030bff0ba8d8a2 (patch) | |
tree | 4ee2c7a435733ddb6f790843095de188892e0f71 /include/unotools/pathoptions.hxx | |
parent | bf1721917c3dd565c102fc14e977cfd3cab1fa0e (diff) |
cui: show classification path in SvxPathTabPage
It's not really able to modify it yet, as it wants to select a
directory, and we need a file instead.
Change-Id: I05b0e5a42ef64e56caeae35054fb331e3f1a712c
Diffstat (limited to 'include/unotools/pathoptions.hxx')
-rw-r--r-- | include/unotools/pathoptions.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/pathoptions.hxx b/include/unotools/pathoptions.hxx index ceaee0090cb2..1b311ec5aef6 100644 --- a/include/unotools/pathoptions.hxx +++ b/include/unotools/pathoptions.hxx @@ -58,9 +58,9 @@ public: PATH_TEMPLATE, PATH_USERCONFIG, PATH_WORK, + PATH_CLASSIFICATION, PATH_UICONFIG, PATH_FINGERPRINT, - PATH_CLASSIFICATION, PATH_COUNT // should always be the last element }; |