Kaydet (Commit) f013178f authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove unused SfxViewEventHint

Change-Id: I42200260b98f90978d2c214fd9ea77376ab8cd8d
üst c09512c3
......@@ -79,25 +79,6 @@ public:
{ return xViewController; }
};
class SfxNamedHint : public SfxHint
{
OUString _aEventName;
OUString _aArgs;
public:
SfxNamedHint( const OUString& rName,
const OUString& rArgs )
: _aEventName( rName ),
_aArgs( rArgs )
{}
SfxNamedHint( const OUString& rName )
: _aEventName( rName )
{}
};
class Printer;
class SfxPrintingHint : public SfxViewEventHint
......
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