summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-03-20 06:47:39 +0100
committerDavid Tardon <dtardon@redhat.com>2013-03-23 08:09:44 +0100
commit8d8868a827e0daf3edd3f69a2c22cc185a7d496c (patch)
tree6e0a407f77f918b81d828ba70407de2813f34a82 /svx/inc
parent6a08c0cba41dc63acb2c22c48170b081cc99e46c (diff)
drop unused member var
Change-Id: I68004a90cbfdf6bf6c5b09998406a5479e5c50d6
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/svx/svdmodel.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/inc/svx/svdmodel.hxx b/svx/inc/svx/svdmodel.hxx
index 739028db0d3f..f8fbf825bbdd 100644
--- a/svx/inc/svx/svdmodel.hxx
+++ b/svx/inc/svx/svdmodel.hxx
@@ -233,9 +233,6 @@ public:
// for import
void SetUniqueCommentID(sal_uInt32 nNewID) { if(nNewID != mnUniqueCommentID) { mnUniqueCommentID = nNewID; } }
- /** cl: added this for OJ to complete his reporting engine, does not work
- correctly so only enable it for his model */
- void SetAllowShapePropertyChangeListener( bool bAllow );
sal_uInt16 nStarDrawPreviewMasterPageNum;
SvxForbiddenCharactersTable* mpForbiddenCharactersTable;