summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appcfg.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-04-04 16:33:31 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-04-04 16:33:31 +0000
commit26de2f3e56fe58f7bdace3dc83f22294c866b815 (patch)
tree5be4a359dee1ba68cb90df1cdd9c27c2fca0746d /sfx2/source/appl/appcfg.cxx
parentc3fa96de125e7539591aa5afb40bb4f26279d238 (diff)
INTEGRATION: CWS fwk01 (1.41.10.5.6); FILE MERGED
2003/03/17 09:24:26 cd 1.41.10.5.6.1: #107372# Use new function to retrieve current symbol set
Diffstat (limited to 'sfx2/source/appl/appcfg.cxx')
-rw-r--r--sfx2/source/appl/appcfg.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sfx2/source/appl/appcfg.cxx b/sfx2/source/appl/appcfg.cxx
index abc035289933..0c969953783b 100644
--- a/sfx2/source/appl/appcfg.cxx
+++ b/sfx2/source/appl/appcfg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: appcfg.cxx,v $
*
- * $Revision: 1.42 $
+ * $Revision: 1.43 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 11:27:36 $
+ * last change: $Author: hr $ $Date: 2003-04-04 17:33:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -184,6 +184,7 @@
#include "app.hrc"
#include "sfxresid.hxx"
#include "shutdownicon.hxx"
+#include "imgmgr.hxx"
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::util;
@@ -315,7 +316,7 @@ BOOL SfxApplication::GetOptions( SfxItemSet& rSet )
break;
case SID_ATTR_BUTTON_BIGSIZE :
if(rSet.Put( SfxBoolItem( rPool.GetWhich( SID_ATTR_BUTTON_BIGSIZE ),
- aMiscOptions.GetSymbolSet() == SFX_SYMBOLS_LARGE)))
+ SfxImageManager::GetCurrentSymbolSet() == SFX_SYMBOLS_LARGE)))
bRet = TRUE;
break;
case SID_ATTR_BACKUP :