diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-09 10:23:17 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-09 10:23:29 +0200 |
commit | 57a8f39ba6e351a037e03f95f9ad49e26b34856b (patch) | |
tree | 7630e65c77fce5213d831050acea9b3d7e6d4164 /slideshow | |
parent | 51a73ca7274993af520acf683bb6b7686e48c976 (diff) |
-Werror,-Wunused-const-variable
Change-Id: Id9bd1fd6212eaa99c2e9efff6ea5d1d8c141f627
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/pointersymbol.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/slideshow/source/engine/pointersymbol.cxx b/slideshow/source/engine/pointersymbol.cxx index 9ff58929375e..20dd121ad877 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, |