From 15246c959ae5ab4e124859a4d8981676f9eb657f Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Tue, 25 Feb 2014 18:36:00 +0100 Subject: Remove visual noise from extensions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0397d0d0e5343b7ed192a790664b068ac6955bd3 Reviewed-on: https://gerrit.libreoffice.org/8259 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- extensions/source/propctrlr/pushbuttonnavigation.hxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'extensions/source/propctrlr/pushbuttonnavigation.hxx') diff --git a/extensions/source/propctrlr/pushbuttonnavigation.hxx b/extensions/source/propctrlr/pushbuttonnavigation.hxx index 17dd60cb931a..c1a1dacff5fe 100644 --- a/extensions/source/propctrlr/pushbuttonnavigation.hxx +++ b/extensions/source/propctrlr/pushbuttonnavigation.hxx @@ -23,14 +23,14 @@ #include #include -//............................................................................ + namespace pcr { -//............................................................................ - //======================================================================== + + //= PushButtonNavigation - //======================================================================== + class PushButtonNavigation { protected: @@ -93,9 +93,9 @@ namespace pcr sal_Int32 implGetCurrentButtonType() const SAL_THROW(( ::com::sun::star::uno::Exception )); }; -//............................................................................ + } // namespace pcr -//............................................................................ + #endif // EXTENSIONS_PROPCTRLR_PUSHBUTTONNAVIGATION_HXX -- cgit