Kaydet (Commit) ed6c623d authored tarafından Rüdiger Timm's avatar Rüdiger Timm

#i76739# 'ResId()' changed into 'SVX_RES()'. (Patch by pjanic, approved by pl.)

üst f840ab46
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: optupdt.cxx,v $ * $RCSfile: optupdt.cxx,v $
* *
* $Revision: 1.9 $ * $Revision: 1.10 $
* *
* last change: $Author: rt $ $Date: 2007-04-26 07:40:25 $ * last change: $Author: rt $ $Date: 2007-04-27 08:44:37 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -124,7 +124,7 @@ SvxOnlineUpdateTabPage::SvxOnlineUpdateTabPage( Window* pParent, const SfxItemSe ...@@ -124,7 +124,7 @@ SvxOnlineUpdateTabPage::SvxOnlineUpdateTabPage( Window* pParent, const SfxItemSe
m_aChangePathButton( this, SVX_RES( PB_CHANGEPATH ) ), m_aChangePathButton( this, SVX_RES( PB_CHANGEPATH ) ),
m_aLastChecked( this, SVX_RES( FT_LASTCHECKED ) ) m_aLastChecked( this, SVX_RES( FT_LASTCHECKED ) )
{ {
m_aNeverChecked = String( ResId( STR_NEVERCHECKED ) ); m_aNeverChecked = String( SVX_RES( STR_NEVERCHECKED ) );
FreeResource(); FreeResource();
m_aAutoCheckCheckBox.SetClickHdl( LINK( this, SvxOnlineUpdateTabPage, AutoCheckHdl_Impl ) ); m_aAutoCheckCheckBox.SetClickHdl( LINK( this, SvxOnlineUpdateTabPage, AutoCheckHdl_Impl ) );
......
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