[Libreoffice-commits] core.git: sw/inc
Stephan Bergmann
sbergman at redhat.com
Fri Nov 18 07:31:54 UTC 2016
sw/inc/swtypes.hxx | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit fd222a8b708949a117d68e04d4707a7244e6f4c7
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Nov 18 08:31:30 2016 +0100
Fix comment about pSwResMgr
Change-Id: I567446ebb41c553cf1a0f6cfdba89857c018c6f2
diff --git a/sw/inc/swtypes.hxx b/sw/inc/swtypes.hxx
index d339199..2c88e9f 100644
--- a/sw/inc/swtypes.hxx
+++ b/sw/inc/swtypes.hxx
@@ -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()
More information about the Libreoffice-commits
mailing list