[Libreoffice-commits] core.git: chart2/source

Stephan Bergmann sbergman at redhat.com
Wed Dec 21 13:51:38 UTC 2016


 chart2/source/controller/itemsetwrapper/SchWhichPairs.hxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit cc7e9b5dbe14e08c9c8ad8eeb37eb20cba1cbd49
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Dec 21 14:50:58 2016 +0100

    No apparent reason for an unnamed namespace in an include file here
    
    Change-Id: I56f21c94086b34f766e3f2745f5a1291af676984

diff --git a/chart2/source/controller/itemsetwrapper/SchWhichPairs.hxx b/chart2/source/controller/itemsetwrapper/SchWhichPairs.hxx
index 2fdc76e..0879fbf 100644
--- a/chart2/source/controller/itemsetwrapper/SchWhichPairs.hxx
+++ b/chart2/source/controller/itemsetwrapper/SchWhichPairs.hxx
@@ -26,9 +26,6 @@
 
 #include "chartview/ChartSfxItemIds.hxx"
 
-namespace
-{
-
 #define CHARACTER_WHICHPAIRS \
     EE_ITEMS_START, EE_ITEMS_END,  \
     SID_CHAR_DLG_PREVIEW_STRING, SID_CHAR_DLG_PREVIEW_STRING
@@ -240,8 +237,6 @@ const sal_uInt16 nRegEquationWhichPairs[] =
     0
 };
 
-} //  anonymous namespace
-
 // INCLUDED_CHART2_SOURCE_CONTROLLER_ITEMSETWRAPPER_SCHWHICHPAIRS_HXX
 #endif
 


More information about the Libreoffice-commits mailing list