diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 08:24:14 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 08:24:14 +0000 |
commit | 9a1ef2c02d774d6da1267e0e115fcb22451639f2 (patch) | |
tree | 1efe81f5e87a143924273a6dbeb83ecf4537d872 /sw/source | |
parent | fcb6a5339dd73df0845d9b097e0e1a233e56c124 (diff) |
INTEGRATION: CWS residcleanup (1.25.240); FILE MERGED
2007/03/04 17:03:12 pl 1.25.240.1: #i73635# ResId cleanup
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/ui/utlui/unotools.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/utlui/unotools.cxx b/sw/source/ui/utlui/unotools.cxx index 9fecee774c32..a019cdd39335 100644 --- a/sw/source/ui/utlui/unotools.cxx +++ b/sw/source/ui/utlui/unotools.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unotools.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: obo $ $Date: 2006-09-16 23:36:18 $ + * last change: $Author: rt $ $Date: 2007-04-26 09:24:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -572,7 +572,7 @@ void SwFrmCtrlWindow::Command( const CommandEvent& rCEvt ) ---------------------------------------------------------------------------*/ MenuResource::MenuResource(const ResId& rResId) : Resource(rResId), - aMenuArray(ResId(1)) + aMenuArray(ResId(1,*rResId.GetResMgr())) { FreeResource(); } |