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

Stephan Bergmann sbergman at redhat.com
Wed Oct 9 01:23:54 PDT 2013


 slideshow/source/engine/pointersymbol.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 57a8f39ba6e351a037e03f95f9ad49e26b34856b
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Oct 9 10:23:17 2013 +0200

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

diff --git a/slideshow/source/engine/pointersymbol.cxx b/slideshow/source/engine/pointersymbol.cxx
index 9ff5892..20dd121 100644
--- a/slideshow/source/engine/pointersymbol.cxx
+++ b/slideshow/source/engine/pointersymbol.cxx
@@ -42,9 +42,6 @@ using namespace com::sun::star;
 namespace slideshow {
 namespace internal {
 
-const sal_Int32 LEFT_BORDER_SPACE  = 10;
-const sal_Int32 LOWER_BORDER_SPACE = 10;
-
 PointerSymbolSharedPtr PointerSymbol::create( const uno::Reference<rendering::XBitmap>& xBitmap,
                                               ScreenUpdater&                            rScreenUpdater,
                                               EventMultiplexer&                         rEventMultiplexer,


More information about the Libreoffice-commits mailing list