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

Stephan Bergmann sbergman at redhat.com
Thu May 7 03:31:11 PDT 2015


 include/svx/galtheme.hxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit ae5d0c291bbc461bac40fd0ee77d1f772cc95a4e
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu May 7 12:30:34 2015 +0200

    Fix MSVC build
    
    Change-Id: Ic8d5e8c82c19d21553fabadcb9949182e6162da0

diff --git a/include/svx/galtheme.hxx b/include/svx/galtheme.hxx
index 371d4a0..f542593 100644
--- a/include/svx/galtheme.hxx
+++ b/include/svx/galtheme.hxx
@@ -129,6 +129,9 @@ private:
     SAL_DLLPRIVATE              GalleryTheme( Gallery* pGallery, GalleryThemeEntry* pThemeEntry );
     SAL_DLLPRIVATE              virtual ~GalleryTheme();
 
+    GalleryTheme(GalleryTheme const &) = delete;
+    void operator =(GalleryTheme const &) = delete;
+
 public:
 
     SAL_DLLPRIVATE static GalleryThemeEntry* CreateThemeEntry( const INetURLObject& rURL, bool bReadOnly );


More information about the Libreoffice-commits mailing list