diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/inc/scflt.hxx | 2 | ||||
-rw-r--r-- | sc/source/ui/sidebar/CellBorderStylePopup.hxx | 2 | ||||
-rw-r--r-- | sc/source/ui/sidebar/CellLineStylePopup.hxx | 2 | ||||
-rw-r--r-- | sc/source/ui/vba/vbaeventshelper.cxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/inc/scflt.hxx b/sc/source/filter/inc/scflt.hxx index ee5d5760e0a3..73b26f4b64df 100644 --- a/sc/source/filter/inc/scflt.hxx +++ b/sc/source/filter/inc/scflt.hxx @@ -614,7 +614,7 @@ private: //Range-Data class Sc10NameData : public ScDataObject { -public : +public: sal_Char Name[32]; sal_Char Reference[64]; sal_Char Reserved[12]; diff --git a/sc/source/ui/sidebar/CellBorderStylePopup.hxx b/sc/source/ui/sidebar/CellBorderStylePopup.hxx index 62899d555ae8..4b66db521c45 100644 --- a/sc/source/ui/sidebar/CellBorderStylePopup.hxx +++ b/sc/source/ui/sidebar/CellBorderStylePopup.hxx @@ -26,7 +26,7 @@ namespace sc { namespace sidebar { class CellBorderStylePopup : public svx::sidebar::Popup { -public : +public: CellBorderStylePopup( vcl::Window* pParent, const ::boost::function<svx::sidebar::PopupControl*(svx::sidebar::PopupContainer*)>& rControlCreator); diff --git a/sc/source/ui/sidebar/CellLineStylePopup.hxx b/sc/source/ui/sidebar/CellLineStylePopup.hxx index 757a86a8af2c..c7cdbce529a3 100644 --- a/sc/source/ui/sidebar/CellLineStylePopup.hxx +++ b/sc/source/ui/sidebar/CellLineStylePopup.hxx @@ -26,7 +26,7 @@ namespace sc { namespace sidebar { class CellLineStylePopup : public svx::sidebar::Popup { -public : +public: CellLineStylePopup( vcl::Window* pParent, const ::boost::function<svx::sidebar::PopupControl*(svx::sidebar::PopupContainer*)>& rControlCreator); diff --git a/sc/source/ui/vba/vbaeventshelper.cxx b/sc/source/ui/vba/vbaeventshelper.cxx index e47183970039..6fc4e472a97b 100644 --- a/sc/source/ui/vba/vbaeventshelper.cxx +++ b/sc/source/ui/vba/vbaeventshelper.cxx @@ -112,7 +112,7 @@ typedef ::cppu::WeakImplHelper4< awt::XTopWindowListener, awt::XWindowListener, // This class is to process Workbook window related event class ScVbaEventListener : public ScVbaEventListener_BASE { -public : +public: ScVbaEventListener( ScVbaEventsHelper& rVbaEvents, const uno::Reference< frame::XModel >& rxModel, ScDocShell* pDocShell ); virtual ~ScVbaEventListener(); |