[Libreoffice-commits] .: sw/source

Tor Lillqvist tml at kemper.freedesktop.org
Wed Jun 29 00:57:50 PDT 2011


 sw/source/filter/inc/fltshell.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a62f38083a1027a4ef8c94005b75ed55b745df3b
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Wed Jun 29 10:56:35 2011 +0300

    Derive also SwFltControlStack from noncopyable to fix MSVC9 compilation error

diff --git a/sw/source/filter/inc/fltshell.hxx b/sw/source/filter/inc/fltshell.hxx
index bd8ddb1..f467932 100644
--- a/sw/source/filter/inc/fltshell.hxx
+++ b/sw/source/filter/inc/fltshell.hxx
@@ -131,7 +131,7 @@ public:
         sal_uInt16 nWhich=0);
 };
 
-class SW_DLLPUBLIC SwFltControlStack
+class SW_DLLPUBLIC SwFltControlStack : private ::boost::noncopyable
 {
     typedef boost::ptr_deque<SwFltStackEntry> Entries;
     typedef Entries::iterator myEIter;


More information about the Libreoffice-commits mailing list