summaryrefslogtreecommitdiffstats
path: root/include/xmloff
diff options
context:
space:
mode:
authorOliver Specht <oliver.specht@cib.de>2015-11-07 14:43:19 +0100
committerOliver Specht <oliver.specht@cib.de>2015-11-11 10:49:30 +0000
commitfa91dd31f39a24329d288d4e1cda28db3a16af0d (patch)
tree603d7c206ac0ec1f1a08cc9f3bf8835bd8d2fb2f /include/xmloff
parenttdf#93243 replace boost::bind with c++11 lambdas in vcl/source tree (diff)
downloadcore-fa91dd31f39a24329d288d4e1cda28db3a16af0d.tar.gz
core-fa91dd31f39a24329d288d4e1cda28db3a16af0d.zip
5th step to remove tools/rtti.hxx
tools/rtti.hxx removed completed the interface of some Sdr.* Items and removed pseudo items Change-Id: I0cdcd01494be35b97a27d5985aa908affa96048a Reviewed-on: https://gerrit.libreoffice.org/19837 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/XMLBase64ImportContext.hxx1
-rw-r--r--include/xmloff/XMLCharContext.hxx1
-rw-r--r--include/xmloff/XMLEventsImportContext.hxx1
-rw-r--r--include/xmloff/XMLFontStylesContext.hxx1
-rw-r--r--include/xmloff/XMLGraphicsDefaultStyle.hxx1
-rw-r--r--include/xmloff/XMLShapeStyleContext.hxx1
-rw-r--r--include/xmloff/XMLTextMasterPageContext.hxx1
-rw-r--r--include/xmloff/XMLTextMasterStylesContext.hxx1
-rw-r--r--include/xmloff/XMLTextShapeStyleContext.hxx1
-rw-r--r--include/xmloff/XMLTextTableContext.hxx1
-rw-r--r--include/xmloff/prstylei.hxx1
-rw-r--r--include/xmloff/shapeimport.hxx1
-rw-r--r--include/xmloff/txtstyli.hxx1
-rw-r--r--include/xmloff/xmlictxt.hxx2
-rw-r--r--include/xmloff/xmlnumi.hxx1
-rw-r--r--include/xmloff/xmlstyle.hxx3
16 files changed, 0 insertions, 19 deletions
diff --git a/include/xmloff/XMLBase64ImportContext.hxx b/include/xmloff/XMLBase64ImportContext.hxx
index 435dead747e2..5a6145da6f77 100644
--- a/include/xmloff/XMLBase64ImportContext.hxx
+++ b/include/xmloff/XMLBase64ImportContext.hxx
@@ -34,7 +34,6 @@ class XMLOFF_DLLPUBLIC XMLBase64ImportContext : public SvXMLImportContext
OUString sBase64CharsLeft;
public:
- TYPEINFO_OVERRIDE();
XMLBase64ImportContext( SvXMLImport& rImport, sal_uInt16 nPrfx,
const OUString& rLName,
diff --git a/include/xmloff/XMLCharContext.hxx b/include/xmloff/XMLCharContext.hxx
index 415c5730923c..86dd4ebfdc51 100644
--- a/include/xmloff/XMLCharContext.hxx
+++ b/include/xmloff/XMLCharContext.hxx
@@ -33,7 +33,6 @@ protected:
sal_Unicode m_c;
public:
- TYPEINFO_OVERRIDE();
XMLCharContext(
SvXMLImport& rImport,
diff --git a/include/xmloff/XMLEventsImportContext.hxx b/include/xmloff/XMLEventsImportContext.hxx
index 2e8b1fbc0534..97bec1eb9d40 100644
--- a/include/xmloff/XMLEventsImportContext.hxx
+++ b/include/xmloff/XMLEventsImportContext.hxx
@@ -62,7 +62,6 @@ protected:
public:
- TYPEINFO_OVERRIDE();
XMLEventsImportContext(
SvXMLImport& rImport,
diff --git a/include/xmloff/XMLFontStylesContext.hxx b/include/xmloff/XMLFontStylesContext.hxx
index 62755475553e..e00a3866df20 100644
--- a/include/xmloff/XMLFontStylesContext.hxx
+++ b/include/xmloff/XMLFontStylesContext.hxx
@@ -52,7 +52,6 @@ protected:
public:
- TYPEINFO_OVERRIDE();
XMLFontStylesContext( SvXMLImport& rImport, sal_uInt16 nPrfx,
const OUString& rLName,
diff --git a/include/xmloff/XMLGraphicsDefaultStyle.hxx b/include/xmloff/XMLGraphicsDefaultStyle.hxx
index b1a6d806e806..dce6f4b30afb 100644
--- a/include/xmloff/XMLGraphicsDefaultStyle.hxx
+++ b/include/xmloff/XMLGraphicsDefaultStyle.hxx
@@ -32,7 +32,6 @@ namespace com { namespace sun { namespace star { namespace container
class XMLOFF_DLLPUBLIC XMLGraphicsDefaultStyle : public XMLPropStyleContext
{
public:
- TYPEINFO_OVERRIDE();
XMLGraphicsDefaultStyle( SvXMLImport& rImport, sal_uInt16 nPrfx,
const OUString& rLName,
diff --git a/include/xmloff/XMLShapeStyleContext.hxx b/include/xmloff/XMLShapeStyleContext.hxx
index 0047d99e0b48..8c93fe90582f 100644
--- a/include/xmloff/XMLShapeStyleContext.hxx
+++ b/include/xmloff/XMLShapeStyleContext.hxx
@@ -42,7 +42,6 @@ protected:
const OUString& rLocalName,
const OUString& rValue ) override;
public:
- TYPEINFO_OVERRIDE();
XMLShapeStyleContext(
SvXMLImport& rImport,
diff --git a/include/xmloff/XMLTextMasterPageContext.hxx b/include/xmloff/XMLTextMasterPageContext.hxx
index 1a8e2c94530e..56d099eec9c1 100644
--- a/include/xmloff/XMLTextMasterPageContext.hxx
+++ b/include/xmloff/XMLTextMasterPageContext.hxx
@@ -56,7 +56,6 @@ protected:
css::uno::Reference< css::style::XStyle > GetStyle() { return xStyle; }
public:
- TYPEINFO_OVERRIDE();
XMLTextMasterPageContext( SvXMLImport& rImport, sal_uInt16 nPrfx,
const OUString& rLName,
diff --git a/include/xmloff/XMLTextMasterStylesContext.hxx b/include/xmloff/XMLTextMasterStylesContext.hxx
index a922bf91baab..0e7b2fcaf9c0 100644
--- a/include/xmloff/XMLTextMasterStylesContext.hxx
+++ b/include/xmloff/XMLTextMasterStylesContext.hxx
@@ -39,7 +39,6 @@ protected:
virtual bool InsertStyleFamily( sal_uInt16 nFamily ) const override;
public:
- TYPEINFO_OVERRIDE();
XMLTextMasterStylesContext( SvXMLImport& rImport, sal_uInt16 nPrfx,
const OUString& rLName,
diff --git a/include/xmloff/XMLTextShapeStyleContext.hxx b/include/xmloff/XMLTextShapeStyleContext.hxx
index e140c1ff5be4..cb86f79c0c50 100644
--- a/include/xmloff/XMLTextShapeStyleContext.hxx
+++ b/include/xmloff/XMLTextShapeStyleContext.hxx
@@ -39,7 +39,6 @@ protected:
public:
- TYPEINFO_OVERRIDE();
XMLTextShapeStyleContext( SvXMLImport& rImport, sal_uInt16 nPrfx,
const OUString& rLName,
diff --git a/include/xmloff/XMLTextTableContext.hxx b/include/xmloff/XMLTextTableContext.hxx
index ec05f28a4daa..559b30db7e9e 100644
--- a/include/xmloff/XMLTextTableContext.hxx
+++ b/include/xmloff/XMLTextTableContext.hxx
@@ -34,7 +34,6 @@ class XMLOFF_DLLPUBLIC XMLTextTableContext : public SvXMLImportContext
public:
- TYPEINFO_OVERRIDE();
XMLTextTableContext( SvXMLImport& rImport,
sal_uInt16 nPrfx,
diff --git a/include/xmloff/prstylei.hxx b/include/xmloff/prstylei.hxx
index f0c36af90a3c..bab878a81425 100644
--- a/include/xmloff/prstylei.hxx
+++ b/include/xmloff/prstylei.hxx
@@ -96,7 +96,6 @@ protected:
public:
- TYPEINFO_OVERRIDE();
XMLPropStyleContext( SvXMLImport& rImport, sal_uInt16 nPrfx,
const OUString& rLName,
diff --git a/include/xmloff/shapeimport.hxx b/include/xmloff/shapeimport.hxx
index c8dff3c350fe..9ced9eb2c293 100644
--- a/include/xmloff/shapeimport.hxx
+++ b/include/xmloff/shapeimport.hxx
@@ -254,7 +254,6 @@ public:
SvXMLShapeContext( SvXMLImport& rImp, sal_uInt16 nPrfx,
const OUString& rLName, bool bTemporaryShape ) : SvXMLImportContext( rImp, nPrfx, rLName ), mbTemporaryShape(bTemporaryShape) {}
- TYPEINFO_OVERRIDE();
const css::uno::Reference< css::drawing::XShape >& getShape() const { return mxShape; }
diff --git a/include/xmloff/txtstyli.hxx b/include/xmloff/txtstyli.hxx
index c3b990fb0789..8a1ec1fad72d 100644
--- a/include/xmloff/txtstyli.hxx
+++ b/include/xmloff/txtstyli.hxx
@@ -63,7 +63,6 @@ protected:
public:
- TYPEINFO_OVERRIDE();
XMLTextStyleContext( SvXMLImport& rImport, sal_uInt16 nPrfx,
const OUString& rLName,
diff --git a/include/xmloff/xmlictxt.hxx b/include/xmloff/xmlictxt.hxx
index fa31930b6b77..325457c16918 100644
--- a/include/xmloff/xmlictxt.hxx
+++ b/include/xmloff/xmlictxt.hxx
@@ -27,7 +27,6 @@
#include <com/sun/star/xml/sax/XFastContextHandler.hpp>
#include <tools/ref.hxx>
#include <rtl/ustring.hxx>
-#include <tools/rtti.hxx>
#include <cppuhelper/implbase1.hxx>
class SvXMLNamespaceMap;
@@ -55,7 +54,6 @@ protected:
const SvXMLImport& GetImport() const { return mrImport; }
public:
- TYPEINFO();
sal_uInt16 GetPrefix() const { return mnPrefix; }
const OUString& GetLocalName() const { return maLocalName; }
diff --git a/include/xmloff/xmlnumi.hxx b/include/xmloff/xmlnumi.hxx
index 33a0cdbbf55a..1b5983e2eb71 100644
--- a/include/xmloff/xmlnumi.hxx
+++ b/include/xmloff/xmlnumi.hxx
@@ -57,7 +57,6 @@ protected:
public:
- TYPEINFO_OVERRIDE();
SvxXMLListStyleContext(
SvXMLImport& rImport,
diff --git a/include/xmloff/xmlstyle.hxx b/include/xmloff/xmlstyle.hxx
index f3aa917fb5b9..658cce3d9607 100644
--- a/include/xmloff/xmlstyle.hxx
+++ b/include/xmloff/xmlstyle.hxx
@@ -25,7 +25,6 @@
#include <xmloff/dllapi.h>
#include <sal/types.h>
#include <rsc/rscsfx.hxx>
-#include <tools/rtti.hxx>
#include <xmloff/xmltkmap.hxx>
#include <xmloff/xmlictxt.hxx>
@@ -90,7 +89,6 @@ protected:
public:
- TYPEINFO_OVERRIDE();
SvXMLStyleContext( SvXMLImport& rImport, sal_uInt16 nPrfx,
const OUString& rLName,
@@ -201,7 +199,6 @@ protected:
virtual bool InsertStyleFamily( sal_uInt16 nFamily ) const;
public:
- TYPEINFO_OVERRIDE();
SvXMLStylesContext( SvXMLImport& rImport, sal_uInt16 nPrfx,
const OUString& rLName,