[Libreoffice-commits] core.git: include/svx

Stephan Bergmann sbergman at redhat.com
Fri Nov 1 16:54:18 CET 2013


 include/svx/svdmodel.hxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 1f0f538b20adbb6b3703150be3e202cd03f3d6de
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Nov 1 16:53:49 2013 +0100

    Remove dead declaration w/o a definition
    
    Change-Id: Ic0a1f07a2e16695fafbd63414397a8565d7c6861

diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx
index 1516a08..7e92d5c 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; }
 


More information about the Libreoffice-commits mailing list