summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-10-02 10:13:15 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-02 16:49:45 +0200
commit290f0c278a69592ec1e14afaea140152d1f1fa07 (patch)
treed03c3c1fdf6a1500f0346fcff88bc20949305a9d /sc/source
parenta63562fcef5edb23c8d76d225892e24e7488130e (diff)
-Werror,-Wunused-const-variable
Change-Id: Idf6c16b837add81a2d4948a7a0e6a68ce79a0f16
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/filter/oox/commentsbuffer.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/filter/oox/commentsbuffer.cxx b/sc/source/filter/oox/commentsbuffer.cxx
index f9d39e96c6da..cee629d28efb 100644
--- a/sc/source/filter/oox/commentsbuffer.cxx
+++ b/sc/source/filter/oox/commentsbuffer.cxx
@@ -85,14 +85,6 @@ static sal_Int32 lcl_ToVertAlign( sal_Int32 nAlign )
// ============================================================================
-namespace {
-
-const sal_uInt16 BIFF_NOTE_VISIBLE = 0x0002;
-
-} // namespace
-
-// ============================================================================
-
CommentModel::CommentModel() :
mnAuthorId( -1 ),
mnObjId( BIFF_OBJ_INVALID_ID ),