diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-02-23 10:21:28 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-02-23 14:01:15 +0100 |
commit | b84dca7cd508e806842341329456dc33d6179e28 (patch) | |
tree | 22b66db73b756c81a2e77b9f78a1fa1cf9485f84 /sfx2/source | |
parent | 02a320777f5b91f33aee364bb29ecc0151aac3e0 (diff) |
sfx2 classification: add interface to set category name
Change-Id: I289b46f5f57ef000de5f482b5c8ed7bcaa89ddab
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/view/classificationhelper.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sfx2/source/view/classificationhelper.cxx b/sfx2/source/view/classificationhelper.cxx index d062eacdc537..86ab579ef5df 100644 --- a/sfx2/source/view/classificationhelper.cxx +++ b/sfx2/source/view/classificationhelper.cxx @@ -150,4 +150,8 @@ OUString SfxClassificationHelper::GetDocumentWatermark() return OUString(); } +void SfxClassificationHelper::SetBACName(const OUString& /*rName*/) +{ +} + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |