Kaydet (Commit) c5fc1a0b authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Mention that SfxApplication is a singleton

Change-Id: Ib1f46c9172285245ed7bbc1fab299d29928c4d10
üst 406edb64
......@@ -112,6 +112,8 @@ public:
GetValue() const { return aLink; }
};
// This is a singleton class. Sad that there apparently is no other
// way than a comment like this to indicate that to the code reader.
class SFX2_DLLPUBLIC SfxApplication: public SfxShell
{
std::unique_ptr<SfxAppData_Impl> pImpl;
......
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