summaryrefslogtreecommitdiff
path: root/include/sfx2/sfxdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/sfxdlg.hxx')
-rw-r--r--include/sfx2/sfxdlg.hxx2
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;