summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-11-18 08:31:30 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-11-18 08:31:30 +0100
commitfd222a8b708949a117d68e04d4707a7244e6f4c7 (patch)
treed1e69cf024f01292f2bdfea314a164af463d0240 /sw
parentfc18da9178c851b17e9ecc3777166ae3037d3e8a (diff)
Fix comment about pSwResMgr
Change-Id: I567446ebb41c553cf1a0f6cfdba89857c018c6f2
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/swtypes.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/inc/swtypes.hxx b/sw/inc/swtypes.hxx
index d3391992d2b6..2c88e9fe99c9 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()