From 3797e61e5eb15b9dee9c55afe95013f134ac2d5d Mon Sep 17 00:00:00 2001
From: Kohei Yoshida <kohei.yoshida@collabora.com>
Date: Thu, 21 Nov 2013 15:08:48 -0500
Subject: More removal of UNO API for setting document properties.

Change-Id: I8c68308394a64eee0985d7d1f8c8b34637a6da74
---
 sc/inc/document.hxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'sc/inc')

diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 80d724b186a8..49fd5713618d 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -1126,7 +1126,7 @@ public:
     bool            IsUndo() const                              { return bIsUndo; }
     bool            IsClipboard() const                         { return bIsClip; }
     bool            IsUndoEnabled() const                       { return mbUndoEnabled; }
-    void            EnableUndo( bool bVal );
+    SC_DLLPUBLIC void EnableUndo( bool bVal );
 
     bool            IsAdjustHeightEnabled() const               { return mbAdjustHeightEnabled; }
     void            EnableAdjustHeight( bool bVal )             { mbAdjustHeightEnabled = bVal; }
-- 
cgit