summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-10-01 11:00:59 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-02 16:49:36 +0200
commit660400c9f78cbf045f2b009765ba75e9380b1be2 (patch)
tree3da0a2bf31c0789a5bea247fc113425423cee8e7 /sdext
parentb03fa7d6707f4701a35d107cd44688d4b10edd5f (diff)
-Werror,-Wunused-const-variable
Change-Id: I393816c526764c21762e5bc19318f862d0f91de5
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/presenter/PresenterNotesView.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sdext/source/presenter/PresenterNotesView.cxx b/sdext/source/presenter/PresenterNotesView.cxx
index 90450a414d97..685cc20d2e04 100644
--- a/sdext/source/presenter/PresenterNotesView.cxx
+++ b/sdext/source/presenter/PresenterNotesView.cxx
@@ -48,10 +48,6 @@ using namespace ::com::sun::star::drawing::framework;
static const sal_Int32 gnSpaceBelowSeparator (10);
static const sal_Int32 gnSpaceAboveSeparator (10);
-static const sal_Int32 gnPartHeight (128);
-/** Maximal size of memory used for bitmaps which show the notes text.
-*/
-static const sal_Int32 gnMaximalCacheSize (8*1024*1024);
static const double gnLineScrollFactor (1.2);
namespace sdext { namespace presenter {