summaryrefslogtreecommitdiff
path: root/include/unotools
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-03-02 11:45:45 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-07-07 17:42:12 +0200
commit3f6410328f931cde01679e7ef3c463fbf76dd4d9 (patch)
tree617c4bbeae7819d1467c5678c00cb26984144e4a /include/unotools
parent4d9b3fe072e65bbcb8f175fc76496ebb4a9ce8d0 (diff)
sfx2 classification: use SvtPathOptions
In preparation to be able to edit the policy path from SvxPathTabPage. Change-Id: I7a8e03e9acf2e8096a5e00d1424c75fe31735c1d (cherry picked from commit bf1721917c3dd565c102fc14e977cfd3cab1fa0e)
Diffstat (limited to 'include/unotools')
-rw-r--r--include/unotools/pathoptions.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/unotools/pathoptions.hxx b/include/unotools/pathoptions.hxx
index 482d48bda824..0a4037dd921f 100644
--- a/include/unotools/pathoptions.hxx
+++ b/include/unotools/pathoptions.hxx
@@ -60,6 +60,7 @@ public:
PATH_WORK,
PATH_UICONFIG,
PATH_FINGERPRINT,
+ PATH_CLASSIFICATION,
PATH_COUNT // should always be the last element
};
@@ -91,6 +92,7 @@ public:
const OUString& GetWorkPath() const;
const OUString& GetUIConfigPath() const;
const OUString& GetFingerprintPath() const;
+ const OUString& GetClassificationPath() const;
// set the paths
void SetAddinPath( const OUString& rPath );
@@ -115,6 +117,7 @@ public:
void SetTemplatePath( const OUString& rPath );
void SetUserConfigPath( const OUString& rPath );
void SetWorkPath( const OUString& rPath );
+ void SetClassificationPath( const OUString& rPath );
OUString SubstituteVariable( const OUString& rVar ) const;
OUString ExpandMacros( const OUString& rPath ) const;