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

Stephan Bergmann sbergman at redhat.com
Mon Nov 17 02:16:55 PST 2014


 sc/source/filter/oox/drawingmanager.cxx |   22 ----------------------
 1 file changed, 22 deletions(-)

New commits:
commit fbe3a3cf6070caba35e0c7b8e6fffff15ed6136f
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Nov 17 11:16:28 2014 +0100

    -Werror,-Wunused-const-variable
    
    Change-Id: Ic6a8f6435e00c7b679c58bdfe57da4555107787d

diff --git a/sc/source/filter/oox/drawingmanager.cxx b/sc/source/filter/oox/drawingmanager.cxx
index 62e2448..2b9dc40 100644
--- a/sc/source/filter/oox/drawingmanager.cxx
+++ b/sc/source/filter/oox/drawingmanager.cxx
@@ -43,28 +43,6 @@ using namespace ::com::sun::star::lang;
 using namespace ::com::sun::star::uno;
 using namespace ::oox::drawingml;
 
-namespace {
-
-// OBJ record -----------------------------------------------------------------
-
-// line formatting ------------------------------------------------------------
-
-const sal_uInt8 BIFF_OBJ_LINE_AUTOCOLOR     = 64;
-
-const sal_uInt8 BIFF_OBJ_LINE_SOLID         = 0;
-
-const sal_uInt8 BIFF_OBJ_LINE_HAIR          = 0;
-
-
-
-// fill formatting ------------------------------------------------------------
-
-const sal_uInt8 BIFF_OBJ_FILL_AUTOCOLOR     = 65;
-
-const sal_uInt8 BIFF_OBJ_PATT_SOLID         = 1;
-
-} // namespace
-
 // BIFF drawing page
 BiffDrawingBase::BiffDrawingBase( const WorksheetHelper& rHelper, const Reference< XDrawPage >& rxDrawPage ) :
     WorksheetHelper( rHelper ),


More information about the Libreoffice-commits mailing list