summaryrefslogtreecommitdiff
path: root/include/sfx2/classificationhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/classificationhelper.hxx')
-rw-r--r--include/sfx2/classificationhelper.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/sfx2/classificationhelper.hxx b/include/sfx2/classificationhelper.hxx
index 3f8c2d0b997c..b372c8df20fd 100644
--- a/include/sfx2/classificationhelper.hxx
+++ b/include/sfx2/classificationhelper.hxx
@@ -56,7 +56,7 @@ public:
SfxClassificationHelper(const css::uno::Reference<css::document::XDocumentProperties>& xDocumentProperties, bool bUseLocalizedPolicy = true);
~SfxClassificationHelper();
/// Get the currently selected category for eType.
- const OUString& GetBACName(SfxClassificationPolicyType eType);
+ const OUString& GetBACName(SfxClassificationPolicyType eType) const;
/// Return all possible valid category names, based on the policy.
std::vector<OUString> GetBACNames();
/// Return all possible valid category identifiers, based on the policy.
@@ -85,9 +85,9 @@ public:
bool HasDocumentFooter();
void UpdateInfobar(SfxViewFrame& rViewFrame);
- std::vector<OUString> const & GetMarkings();
- std::vector<OUString> const & GetIntellectualPropertyParts();
- std::vector<OUString> const & GetIntellectualPropertyPartNumbers();
+ std::vector<OUString> const & GetMarkings() const;
+ std::vector<OUString> const & GetIntellectualPropertyParts() const;
+ std::vector<OUString> const & GetIntellectualPropertyPartNumbers() const;
/// Does a best-effort conversion of rType to SfxClassificationPolicyType.
static SfxClassificationPolicyType stringToPolicyType(const OUString& rType);