diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-11-01 16:53:49 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-11-01 16:53:49 +0100 |
commit | 1f0f538b20adbb6b3703150be3e202cd03f3d6de (patch) | |
tree | 17665315f8746b5bfe22176769ed43f6ff7e813b /include/svx | |
parent | 55369420bd488411dd5428a66f4ad70c2ef9b007 (diff) |
Remove dead declaration w/o a definition
Change-Id: Ic0a1f07a2e16695fafbd63414397a8565d7c6861
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/svdmodel.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx index 1516a08227ca..7e92d5c7b41a 100644 --- a/include/svx/svdmodel.hxx +++ b/include/svx/svdmodel.hxx @@ -221,9 +221,6 @@ public: // create a new, unique comment ID sal_uInt32 GetNextUniqueCommentID(); - // get the author name - OUString GetDocumentAuthorName() const; - // for export sal_uInt32 GetUniqueCommentID() const { return mnUniqueCommentID; } |