diff options
author | Joseph Powers <jpowers27@cox.net> | 2010-11-05 19:24:42 -0700 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-11-06 10:09:11 -0500 |
commit | 7e31ccaa560f43e436c0562fe0b31e7d41e9ce24 (patch) | |
tree | 636229e1447ed72b68f63f0179a6d4cfadbe99f7 /sfx2/inc | |
parent | c60968d9e4b5b101c921ae8d34002e8c828ca20b (diff) |
High-Contrast Cleanup Phase #1
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/docvor.hxx | 1 | ||||
-rw-r--r-- | sfx2/inc/fwkhelper.hxx | 4 | ||||
-rw-r--r-- | sfx2/inc/imagemgr.hxx | 6 | ||||
-rwxr-xr-x | sfx2/inc/sfx2/sfx.hrc | 2 |
4 files changed, 8 insertions, 5 deletions
diff --git a/sfx2/inc/docvor.hxx b/sfx2/inc/docvor.hxx index f9f8c69e6c1a..99c967143f82 100644 --- a/sfx2/inc/docvor.hxx +++ b/sfx2/inc/docvor.hxx @@ -144,7 +144,6 @@ friend class SfxOrganizeListBox_Impl; class SfxOrganizeDlg_Impl *pImp; -// virtual void DataChanged( const DataChangedEvent& rDCEvt ); public: SfxTemplateOrganizeDlg(Window * pParent, SfxDocumentTemplates* = 0); ~SfxTemplateOrganizeDlg(); diff --git a/sfx2/inc/fwkhelper.hxx b/sfx2/inc/fwkhelper.hxx index 34dd81bc3480..1b23e4c2bae6 100644 --- a/sfx2/inc/fwkhelper.hxx +++ b/sfx2/inc/fwkhelper.hxx @@ -33,6 +33,8 @@ #include <rtl/ustring.hxx> -SFX2_DLLPUBLIC void SAL_CALL RefreshToolbars( ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame ); +SFX2_DLLPUBLIC void SAL_CALL RefreshToolbars( + ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame +); /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sfx2/inc/imagemgr.hxx b/sfx2/inc/imagemgr.hxx index 699786f6f5a7..5e27120e8f76 100644 --- a/sfx2/inc/imagemgr.hxx +++ b/sfx2/inc/imagemgr.hxx @@ -34,6 +34,10 @@ #include <rtl/ustring.hxx> #include <vcl/image.hxx> -SFX2_DLLPUBLIC Image SAL_CALL GetImage( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame, const ::rtl::OUString& aURL, BOOL bBig, BOOL bHiContrast ); +SFX2_DLLPUBLIC Image SAL_CALL GetImage( + const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame, + const ::rtl::OUString& aURL, + BOOL bBig, BOOL bHiContrast +); /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sfx2/inc/sfx2/sfx.hrc b/sfx2/inc/sfx2/sfx.hrc index 8b81029593eb..6787724675d6 100755 --- a/sfx2/inc/sfx2/sfx.hrc +++ b/sfx2/inc/sfx2/sfx.hrc @@ -183,9 +183,7 @@ #define RID_DEFAULTIMAGELIST_LC (RID_SFX_START+17) #define RID_DEFAULTIMAGELIST_LM (RID_SFX_START+18) #define RID_STYLEDLG (RID_SFX_START+28) -#define RID_DEFAULTIMAGELIST_SCH (RID_SFX_START+35) #define RID_DEFAULTIMAGELIST_SMH (RID_SFX_START+36) -#define RID_DEFAULTIMAGELIST_LCH (RID_SFX_START+37) #define RID_DEFAULTIMAGELIST_LMH (RID_SFX_START+38) #define RID_IMAGELIST_SCH (RID_SFX_START+39) #define RID_IMAGELIST_SMH (RID_SFX_START+40) |