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

Fix comment about pSwResMgr

Change-Id: I567446ebb41c553cf1a0f6cfdba89857c018c6f2
üst fc18da91
......@@ -154,7 +154,9 @@ enum RndStdIds
RND_DRAW_OBJECT // A draw-Object! For the SwDoc-interface only!
};
extern ResMgr* pSwResMgr; // Is in swapp0.cxx.
extern ResMgr* pSwResMgr;
// defined in sw/source/uibase/app/swmodule.cxx for the sw library and in
// sw/source/ui/dialog/swdialmgr.cxx for the swui library
#define SW_RES(i) ResId(i,*pSwResMgr)
#define SW_RESSTR(i) SW_RES(i).toString()
......
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