diff options
author | David Tardon <dtardon@redhat.com> | 2013-06-03 14:31:36 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-06-03 14:31:56 +0200 |
commit | f6eb9bd5d06e0dc13b4ff862e8138d7a6a8ccb44 (patch) | |
tree | bcb8e4b809c8cdf0a30132572150c6eb585ae2af /include | |
parent | 9cd71f996e3625e8174c46bf85e336c1ee90df7f (diff) |
add a doc comment
Change-Id: If9d99c0b7ba54b0d8d53006cacf14e4b62fe2297
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/sfxdlg.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sfx2/sfxdlg.hxx b/include/sfx2/sfxdlg.hxx index a994c7dfa77a..e7a4d215ab09 100644 --- a/include/sfx2/sfxdlg.hxx +++ b/include/sfx2/sfxdlg.hxx @@ -58,6 +58,8 @@ namespace com { namespace sun { namespace star { namespace frame { class SfxAbstractDialog : virtual public VclAbstractDialog { public: + /** Get a set of items changed in the dialog. + */ virtual const SfxItemSet* GetOutputItemSet() const = 0; virtual void SetText( const OUString& rStr ) = 0; virtual OUString GetText() const = 0; |