Kaydet (Commit) f6eb9bd5 authored tarafından David Tardon's avatar David Tardon

add a doc comment

Change-Id: If9d99c0b7ba54b0d8d53006cacf14e4b62fe2297
üst 9cd71f99
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment