summaryrefslogtreecommitdiffstats
path: root/sc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-03 13:37:24 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-03 13:37:24 +0100
commit80e6eab7014b8b0215a442296d517c2bd4ad8c82 (patch)
tree69a3c3c68e71310941a9bfe85de5119f781257b2 /sc
parentImprove logging (diff)
downloadcore-80e6eab7014b8b0215a442296d517c2bd4ad8c82.tar.gz
core-80e6eab7014b8b0215a442296d517c2bd4ad8c82.zip
Fix TYPEINFO_VISIBILITY vs. TYPEINFO_VISIBILITY_OVERRIDE
Change-Id: Ia6494c611e6596fa4811c2751bb96294a3950f17
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/inc/prevwsh.hxx2
-rw-r--r--sc/source/ui/inc/tabvwsh.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/prevwsh.hxx b/sc/source/ui/inc/prevwsh.hxx
index e8b942cec7f2..7c578765db53 100644
--- a/sc/source/ui/inc/prevwsh.hxx
+++ b/sc/source/ui/inc/prevwsh.hxx
@@ -75,7 +75,7 @@ protected:
virtual void ReadUserDataSequence (const ::com::sun::star::uno::Sequence < ::com::sun::star::beans::PropertyValue >&, bool bBrowse = false ) SAL_OVERRIDE;
public:
- TYPEINFO_VISIBILITY( SC_DLLPUBLIC );
+ TYPEINFO_VISIBILITY_OVERRIDE( SC_DLLPUBLIC );
SFX_DECL_INTERFACE(SCID_PREVIEW_SHELL)
SFX_DECL_VIEWFACTORY(ScPreviewShell);
diff --git a/sc/source/ui/inc/tabvwsh.hxx b/sc/source/ui/inc/tabvwsh.hxx
index 07d477201427..22726636d92d 100644
--- a/sc/source/ui/inc/tabvwsh.hxx
+++ b/sc/source/ui/inc/tabvwsh.hxx
@@ -226,7 +226,7 @@ protected:
virtual SdrView* GetDrawView() const SAL_OVERRIDE;
public:
- TYPEINFO_VISIBILITY(SC_DLLPUBLIC);
+ TYPEINFO_VISIBILITY_OVERRIDE(SC_DLLPUBLIC);
SFX_DECL_INTERFACE(SCID_TABVIEW_SHELL)
SFX_DECL_VIEWFACTORY(ScTabViewShell);