diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-03-17 11:21:27 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-03-17 11:21:27 +0000 |
commit | e0adebfd86dc18af55be82af2b96f745bcee1d65 (patch) | |
tree | e21e05e1895e4d6c4afdf63c5a1ef55c5c4e1585 /sfx2 | |
parent | fab8030a048b17d6e4b463b9b3ad36fa808bfa2e (diff) |
INTEGRATION: CWS fwkbugfix01 (1.45.12); FILE MERGED
2004/03/04 07:56:45 cd 1.45.12.1: #i26018# Readded resource ID for function bar, so it can be found by the configuration dialog
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/appmisc.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/appl/appmisc.cxx b/sfx2/source/appl/appmisc.cxx index 0506e460ed38..3d54adbf35e1 100644 --- a/sfx2/source/appl/appmisc.cxx +++ b/sfx2/source/appl/appmisc.cxx @@ -2,9 +2,9 @@ * * $RCSfile: appmisc.cxx,v $ * - * $Revision: 1.45 $ + * $Revision: 1.46 $ * - * last change: $Author: kz $ $Date: 2004-02-26 13:02:35 $ + * last change: $Author: obo $ $Date: 2004-03-17 12:21:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -220,7 +220,7 @@ IMPL_LINK( SfxSpecialConfigError_Impl, TimerHdl, Timer*, pTimer ) //==================================================================== -SFX_IMPL_INTERFACE(SfxApplication,SfxShell,SfxResId(0)) +SFX_IMPL_INTERFACE(SfxApplication,SfxShell,SfxResId(RID_DESKTOP)) { SFX_CHILDWINDOW_REGISTRATION( SID_CUSTOMIZETOOLBOX ); |