diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-01 14:34:44 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-01 14:34:44 +0000 |
commit | 9df37d6fe5bd2ea38e6c55eb98732d5fe0b0d0fb (patch) | |
tree | 16f08ee2782a7553f2966f846b5724e2808e926c /svx | |
parent | 4a469d370e41420c7b5dd012851ea0cf7c9dbf38 (diff) |
INTEGRATION: CWS impress131_SRC680 (1.29.114); FILE MERGED
2007/09/18 13:20:48 cl 1.29.114.1: #i81407# ResMgr rMgr should be ResMgr& rMgr
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/tpcolor.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/tpcolor.cxx b/svx/source/dialog/tpcolor.cxx index 03ff95b4fd9b..b1ba9a1a4e09 100644 --- a/svx/source/dialog/tpcolor.cxx +++ b/svx/source/dialog/tpcolor.cxx @@ -5,9 +5,9 @@ * * $RCSfile: tpcolor.cxx,v $ * - * $Revision: 1.29 $ + * $Revision: 1.30 $ * - * last change: $Author: hr $ $Date: 2007-06-27 17:48:39 $ + * last change: $Author: hr $ $Date: 2007-11-01 15:34:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -513,7 +513,7 @@ IMPL_LINK( SvxColorTabPage, ClickAddHdl_Impl, void *, EMPTYARG ) pWindow = pWindow->GetParent(); } - ResMgr rMgr = DIALOG_MGR(); + ResMgr& rMgr = DIALOG_MGR(); String aDesc( ResId( RID_SVXSTR_DESC_COLOR, rMgr ) ); String aName( aEdtName.GetText() ); XColorEntry* pEntry; |